Regeneration of HTML from markdown depends on tweak-html script.
[mkws-moved-to-github.git] / doc / Makefile
index 4d49c58..7a13d24 100644 (file)
@@ -7,8 +7,6 @@ DOCS = README.html README.odt README.pdf \
 INSTALLABLE = README.html mkws-manual.html mkws-developer.html mkws-doc.css
 INSTALLED = $(INSTALLABLE:%=../tools/htdocs/%)
 
-all: $(DOCS)
-
 install: $(INSTALLED)
 
 uninstall:
@@ -19,15 +17,17 @@ uninstall:
        cp -p $? $@
        chmod ugo-w $@
 
+all: $(DOCS)
+
 # For a description of pandoc's markdown format, see:
 # http://johnmacfarlane.net/pandoc/demo/example9/pandocs-markdown.html -->
 
 # 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