From 2496b32fda6f6adddab14c93dded4ce657ca94e4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 22 Jun 2019 20:34:41 +0300 Subject: Fix: rename calls to pandoc.sh to new script name in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.1