Add comment on required Debian package.
authorMike Taylor <mike@indexdata.com>
Fri, 1 Nov 2013 18:16:12 +0000 (18:16 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 1 Nov 2013 18:16:12 +0000 (18:16 +0000)
tools/htdocs/Makefile

index 84043d2..2abcb97 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 $@