Generate HTML using pandoc|tweak-html.
[mkws-moved-to-github.git] / doc / Makefile
index d87c1f8..fab9098 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com
+# Copyright (c) 2013-2014 Index Data ApS. http://indexdata.com
 
 DOCS = README.html README.odt README.pdf \
        mkws-manual.html mkws-manual.odt mkws-manual.pdf \
@@ -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