summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-10-28 09:36:15 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-10-28 09:36:15 -0700
commit06300e59d51d1040a95e961c7419794b422cbdee (patch)
tree10c141d8e045d23b4502f605d8b511df8f0bca64 /Makefile
parent6f2347635ca86f4152e71ad766fea486692dd63d (diff)
Removed citationSuppressParens.
Makefile: Use citeproc-0.3.6 release.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 272e921ca..7948d1f2c 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 citeproc-hs
+prep: pandoc-types
cabal-dev update && \
cabal-dev install-deps --enable-library-profiling --enable-tests --enable-benchmarks
@@ -31,7 +31,7 @@ pandoc-types:
citeproc-hs: pandoc-types
darcs get --lazy http://gorgias.mine.nu/repos/citeproc-hs && \
- cabal-dev add-source citeproc-hs
+ cabal-dev add-source citeproc-hs
install:
cabal-dev install --enable-tests --enable-benchmarks