From 685b0322e9d78777651d854a1171fbbf3a394868 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 13 Oct 2014 14:50:46 +0100 Subject: [PATCH] Regeneration of HTML from markdown depends on tweak-html script. --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ -- 1.7.10.4