X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile;h=7a13d249d952f741b3a446e5dcf7df9f2b439bb7;hb=33a1fbd500304af5e9b1dd36a02331d2b51a4887;hp=e60a1320937ee42c9f59faa89c1b06019880f595;hpb=f78b09b3fb202a47c04600da8196383a5ea669ea;p=mkws-moved-to-github.git diff --git a/doc/Makefile b/doc/Makefile index e60a132..7a13d24 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -25,9 +25,9 @@ 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 $< | sed '/^$//d' > $@ + pandoc --standalone --toc -c mkws-doc.css $< | ./tweak-html > $@ chmod ugo-w $@ %.odt: %.markdown