summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-06-22 20:34:41 +0300
committerLars Wirzenius <liw@liw.fi>2019-06-22 20:34:41 +0300
commit2496b32fda6f6adddab14c93dded4ce657ca94e4 (patch)
treedb552f812f1b43485d385272c042a0fee8fd7ed2 /Makefile
parent358a28565d75ec204f57014f0716563d22583ef5 (diff)
downloadfable-poc-2496b32fda6f6adddab14c93dded4ce657ca94e4.tar.gz
Fix: rename calls to pandoc.sh to new script name in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f5b5430..379b2a8 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ publish:
./ftt-docgen $$(basename $< .md).yaml $< > $@
.tmp.pdf:
- ./pandoc.sh $< -o $@
+ ./ftt-pandoc $< -o $@
.tmp.html:
- ./pandoc.sh $< -o $@ -H fable-doc.css
+ ./ftt-pandoc $< -o $@ -H fable-doc.css