Only H1 and H2 introduce a new pane.
[mkws-moved-to-github.git] / doc / Makefile
index e60a132..7a13d24 100644 (file)
@@ -25,9 +25,9 @@ all: $(DOCS)
 # for older pandoc (<1.9) run first:
 # perl -i.bak -npe 's/"(Authors|Subjects)": "(.*?)"/"$1": "test"/' tools/htdocs/mkws-manual.markdown
 #
-%.html: %.markdown
+%.html: %.markdown tweak-html
        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