From 1e7d39d145cc36121f176b758f5436670287b62c Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 8 Oct 2013 09:38:03 +0000 Subject: [PATCH] document how to run with older pandoc (<1.9) program --- tools/htdocs/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index ef73fd9..84043d2 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -62,6 +62,9 @@ help: # For a description of pandoc's markdown format, see: # http://johnmacfarlane.net/pandoc/demo/example9/pandocs-markdown.html --> +# for older pandoc (<1.9) run first: +# perl -i.bak -npe 's/"(Authors|Subjects)": "(.*?)"/"$1": "test"/' tools/htdocs/whitepaper.markdown +# %.html: %.markdown rm -f $@ pandoc --standalone --toc -c mkws-doc.css $< | sed '/^$//d' > $@ -- 1.7.10.4