Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/mkws
authorMike Taylor <mike@indexdata.com>
Fri, 17 Oct 2014 09:26:38 +0000 (10:26 +0100)
committerMike Taylor <mike@indexdata.com>
Fri, 17 Oct 2014 09:26:38 +0000 (10:26 +0100)
doc/Makefile

index 7e59c93..7d2cbbd 100644 (file)
@@ -31,9 +31,6 @@ all: $(INSTALLED)
        pandoc --standalone --toc -c mkws-doc.css $< | ./tweak-html > $@
        chmod ugo-w $@
 
-# ### In order to compile the manual, which has tables, to PDF,
-# you will need to install the Debian package
-#      texlive-latex-recommended
 ../tools/htdocs/%.pdf: %.markdown
        rm -f $@
        $(MARKDOWN2PDF) $< -o $@