diff options
author | John MacFarlane <jgm@berkeley.edu> | 2012-09-26 16:26:54 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2012-09-26 16:26:54 -0700 |
commit | c13f23e0b19d8a6633a1a815114947f79dfb48cc (patch) | |
tree | ba781744010b01afde0e3b67c48a1a0c241b5743 | |
parent | ff84881e8c1c28739232ad068f54b5de828e55d6 (diff) | |
download | pandoc-c13f23e0b19d8a6633a1a815114947f79dfb48cc.tar.gz |
Makefile: Use Andrea's repository for citeproc-hs.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ pandoc-types: cabal-dev add-source pandoc-types citeproc-hs: pandoc-types - git clone https://github.com/jgm/citeproc-hs && \ + darcs get --lazy http://gorgias.mine.nu/repos/citeproc-hs && \ cabal-dev add-source citeproc-hs install: |