projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b52d4da
)
Remove redundant comment.
author
Mike Taylor
<mike@indexdata.com>
Fri, 17 Oct 2014 09:26:25 +0000
(10:26 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Fri, 17 Oct 2014 09:26:25 +0000
(10:26 +0100)
doc/Makefile
patch
|
blob
|
history
diff --git
a/doc/Makefile
b/doc/Makefile
index
7e59c93
..
7d2cbbd
100644
(file)
--- 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 $@