summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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