summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-10-14 21:08:41 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-10-14 21:08:41 -0700
commit7179163826046dbacd0a8637b1dd71291aad1f0b (patch)
treeb216aa72af25df3c53325651a3473b1ae5b4a94a /Makefile
parent19e1d746da3998a5ca7e53f1462c493a271a72ed (diff)
Makefile: Back to using citeproc-hs repository.
The released version lacks some features we need.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 35a4aedaa..272e921ca 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ all:
prof:
cabal-dev configure --enable-tests --enable-library-profiling --enable-executable-profiling && cabal-dev build
-prep: pandoc-types
+prep: pandoc-types citeproc-hs
cabal-dev update && \
cabal-dev install-deps --enable-library-profiling --enable-tests --enable-benchmarks