From: Mike Taylor Date: Mon, 13 Oct 2014 13:50:46 +0000 (+0100) Subject: Regeneration of HTML from markdown depends on tweak-html script. X-Git-Tag: 1.0.0~249 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=685b0322e9d78777651d854a1171fbbf3a394868;p=mkws-moved-to-github.git Regeneration of HTML from markdown depends on tweak-html script. --- diff --git a/doc/Makefile b/doc/Makefile index fab9098..7a13d24 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 $@