From: Mike Taylor Date: Fri, 17 Oct 2014 09:26:25 +0000 (+0100) Subject: Remove redundant comment. X-Git-Tag: 1.0.0~161^2~1 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=47d4194c9d865a9a76e010942d828e95da170212;p=mkws-moved-to-github.git Remove redundant comment. --- diff --git a/doc/Makefile b/doc/Makefile index 7e59c93..7d2cbbd 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 $@