Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws
authorMike Taylor <mike@indexdata.com>
Mon, 11 Nov 2013 14:06:09 +0000 (14:06 +0000)
committerMike Taylor <mike@indexdata.com>
Mon, 11 Nov 2013 14:06:09 +0000 (14:06 +0000)
tools/htdocs/Makefile

index 1b96d96..8ad95ce 100644 (file)
@@ -75,6 +75,9 @@ help:
        pandoc --standalone $< -o $@
        chmod ugo-w $@
 
+# ### In order to compile the whitepaper, which has tables, to PDF,
+# you will need to install the Debian package
+#      texlive-latex-recommended
 %.pdf: %.markdown
        rm -f $@
        pandoc --standalone $< -o $@