From fb5923af0d43dbcfe536f9fa951efa44e2e6d21d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 23 Jun 2019 21:04:36 +0300 Subject: Add: ftt-docgen options --pdf and --html to format doc --- Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.1