From 798f9ed38de5196aa5aebbd4f02becc612669b2b Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 1 Nov 2013 18:16:12 +0000 Subject: [PATCH] Add comment on required Debian package. --- tools/htdocs/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index 84043d2..2abcb97 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -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 $@ -- 1.7.10.4