summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJens Petersen <petersen@redhat.com>2015-01-04 23:10:33 +0900
committerJens Petersen <petersen@redhat.com>2015-01-04 23:10:33 +0900
commita73d559b745742332c8b54c1908842bfde8b19d1 (patch)
treeeeb5f7e59522fc2c0252b0031451c583b2f1f635 /Makefile
parentdf0bb26494a37a58c1eb3efc3248df8b72a3efc1 (diff)
downloadpandoc-standalone-a73d559b745742332c8b54c1908842bfde8b19d1.tar.gz
pandoc-standalone-a73d559b745742332c8b54c1908842bfde8b19d1.tar.xz
pandoc-standalone-a73d559b745742332c8b54c1908842bfde8b19d1.zip
update to 1.13.1 and pandoc-citeproc 0.5 and build with cabal install
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b014fa..58c5228 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ build: pandoc.spec
rpmbuild -bb pandoc.spec
srpm: pandoc.spec
- rpmbuild -bs pandoc.spec --undefine dist
+ rpmbuild -bs pandoc.spec --undefine dist --define "_source_filedigest_algorithm md5"
README.html: README.md
pandoc README.md > README.html