X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile;h=7a13d249d952f741b3a446e5dcf7df9f2b439bb7;hb=33a1fbd500304af5e9b1dd36a02331d2b51a4887;hp=fab90985f9ee46fb5f301ad4f812056dff67ddb5;hpb=717bea5d54a2462fa35f3e136c47f290f8585d92;p=mkws-moved-to-github.git 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 $@