summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-06-23 21:04:36 +0300
committerLars Wirzenius <liw@liw.fi>2019-06-23 21:04:36 +0300
commitfb5923af0d43dbcfe536f9fa951efa44e2e6d21d (patch)
tree10685768122c4c1a31c28a48bb68efcd0422f1ec /Makefile
parent1fd1b17ffcd674dbc6680aa2cc64471c0bbf8a9c (diff)
downloadfable-poc-fb5923af0d43dbcfe536f9fa951efa44e2e6d21d.tar.gz
Add: ftt-docgen options --pdf and --html to format doc
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