Regeneration of HTML from markdown depends on tweak-html script.
authorMike Taylor <mike@indexdata.com>
Mon, 13 Oct 2014 13:50:46 +0000 (14:50 +0100)
committerMike Taylor <mike@indexdata.com>
Mon, 13 Oct 2014 13:50:46 +0000 (14:50 +0100)
doc/Makefile

index fab9098..7a13d24 100644 (file)
@@ -25,7 +25,7 @@ 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 $< | ./tweak-html > $@
        chmod ugo-w $@