From: Mike Taylor Date: Mon, 11 Nov 2013 14:06:09 +0000 (+0000) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws X-Git-Tag: 0.9.1~149^2~13 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=89ec0e8996953b33b1c5bd879f2c6d33a696c179;hp=249e6c9946d2b29fbaf93ce74d291b4c8c015c82;p=mkws-moved-to-github.git Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws --- diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index 1b96d96..8ad95ce 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 $@