summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index af6a25c..71e7abf 100644
--- a/Makefile
+++ b/Makefile
@@ -9,11 +9,8 @@ publish:
install -d files
install -m 0644 $(outputs) files
-.md.tmp:
- ./ftt-docgen $< > $@
+.md.pdf:
+ ./ftt-docgen --pdf $< > $@
-.tmp.pdf:
- ./ftt-pandoc $< -o $@
-
-.tmp.html:
- ./ftt-pandoc $< -o $@ -H fable-doc.css
+.md.html:
+ ./ftt-docgen --html $< > $@ -- -H fable-doc.css