aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-08-08 18:01:22 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-08-08 18:01:22 -0700
commit34f1f9716b620e3c50b7298abb6a78055d300ae8 (patch)
tree9943188e040c3c961c676c313a05b82512648bcd
parentbba08126b4e7912ca533dbc04ef0a5f240a1bd1e (diff)
downloadpandoc-34f1f9716b620e3c50b7298abb6a78055d300ae8.tar.gz
Makefile: Require pandoc-types before citeproc-hs.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f8618dce1..7628ab196 100644
--- a/Makefile
+++ b/Makefile
@@ -15,13 +15,13 @@ bench:
cabal-dev configure --enable-benchmarks && cabal-dev build
clean:
- cabal-dev clean
+ cabal-dev clean && rm -rf pandoc-types citeproc-hs
pandoc-types:
git clone https://github.com/jgm/pandoc-types && \
cabal-dev add-source pandoc-types
-citeproc-hs:
+citeproc-hs: pandoc-types
git clone https://github.com/jgm/citeproc-hs && \
cabal-dev add-source citeproc-hs