diff options
author | John MacFarlane <jgm@berkeley.edu> | 2012-08-08 18:01:22 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2012-08-08 18:01:22 -0700 |
commit | 34f1f9716b620e3c50b7298abb6a78055d300ae8 (patch) | |
tree | 9943188e040c3c961c676c313a05b82512648bcd | |
parent | bba08126b4e7912ca533dbc04ef0a5f240a1bd1e (diff) | |
download | pandoc-34f1f9716b620e3c50b7298abb6a78055d300ae8.tar.gz |
Makefile: Require pandoc-types before citeproc-hs.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |