Generate HTML using pandoc|tweak-html.
authorMike Taylor <mike@indexdata.com>
Mon, 13 Oct 2014 12:47:55 +0000 (13:47 +0100)
committerMike Taylor <mike@indexdata.com>
Mon, 13 Oct 2014 12:47:55 +0000 (13:47 +0100)
doc/Makefile

index e60a132..fab9098 100644 (file)
@@ -27,7 +27,7 @@ all: $(DOCS)
 #
 %.html: %.markdown
        rm -f $@
-       pandoc --standalone --toc -c mkws-doc.css $< | sed '/^<col width="[0-9]*%" \/>$//d' > $@
+       pandoc --standalone --toc -c mkws-doc.css $< | ./tweak-html > $@
        chmod ugo-w $@
 
 %.odt: %.markdown