pandoc generation of README.html includes mkws-doc.css
authorMike Taylor <mike@indexdata.com>
Thu, 25 Jul 2013 13:49:28 +0000 (14:49 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 25 Jul 2013 13:49:28 +0000 (14:49 +0100)
tools/htdocs/Makefile

index 38d5430..f35ce76 100644 (file)
@@ -41,7 +41,7 @@ help:
 
 README.html: README.markdown
        rm -f $@
-       pandoc --standalone $< -o $@
+       pandoc --standalone -c mkws-doc.css $< -o $@
        chmod ugo-w $@
 
 README.odt: README.markdown