summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files 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