From: Mike Taylor Date: Fri, 1 Nov 2013 18:16:12 +0000 (+0000) Subject: Add comment on required Debian package. X-Git-Tag: 0.9.1~149^2~14 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=798f9ed38de5196aa5aebbd4f02becc612669b2b;p=mkws-moved-to-github.git Add comment on required Debian package. --- 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 $@