pandoc generation of README.html includes mkws-doc.css
[mkws-moved-to-github.git] / 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