From e32eb85bd50fe01b289e28fb558d41800d9a10c1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 23 Jun 2019 21:39:44 +0300 Subject: Fix: munge PATH so ftt-pandoc from . is found --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 71e7abf..06f1414 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ publish: install -m 0644 $(outputs) files .md.pdf: - ./ftt-docgen --pdf $< > $@ + PATH=".:$$PATH" ./ftt-docgen --pdf $< .md.html: - ./ftt-docgen --html $< > $@ -- -H fable-doc.css + PATH=".:$$PATH" ./ftt-docgen --html $< -- -H fable-doc.css -- cgit v1.2.1