From: Mike Taylor Date: Mon, 13 Oct 2014 12:47:55 +0000 (+0100) Subject: Generate HTML using pandoc|tweak-html. X-Git-Tag: 1.0.0~251 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=717bea5d54a2462fa35f3e136c47f290f8585d92 Generate HTML using pandoc|tweak-html. --- diff --git a/doc/Makefile b/doc/Makefile index e60a132..fab9098 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -27,7 +27,7 @@ all: $(DOCS) # %.html: %.markdown rm -f $@ - pandoc --standalone --toc -c mkws-doc.css $< | sed '/^$//d' > $@ + pandoc --standalone --toc -c mkws-doc.css $< | ./tweak-html > $@ chmod ugo-w $@ %.odt: %.markdown