Rename mkwsStyle.css on mkws.css (on Wolfram's suggestion)
[mkws-moved-to-github.git] / tools / htdocs / Makefile
index 0849536..84043d2 100644 (file)
@@ -40,7 +40,7 @@ mkws-js ${MKWS_JS}: ${PZ2API_JS} mkws.js
            echo "Did you checked out the source from the git repo?"; \
            echo "Please run: make pz2api-git-checkout"; \
            exit 1; \
-       fi \
+       fi
        ( echo "/* created at: $$(date)"; \
          echo "   mkws.js GIT id: $$(git log mkws.js | head -n 1 | perl -npe 's,\S+\s+,,') */"; \
          curl -sSf ${JQUERY_URL} | perl -npe 's,sourceMappingURL=jquery.*map,,'; \
@@ -62,9 +62,12 @@ 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 -c mkws-doc.css $< -o $@
+       pandoc --standalone --toc -c mkws-doc.css $< | sed '/^<col width="[0-9]*%" \/>$//d' > $@
        chmod ugo-w $@
 
 %.odt: %.markdown