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:
1cfe46f
)
Oops, we only want the FIRST of markdown2pdf and pandoc.
author
Mike Taylor
<mike@indexdata.com>
Thu, 16 Oct 2014 15:01:28 +0000
(16:01 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 16 Oct 2014 15:01:28 +0000
(16:01 +0100)
doc/Makefile
patch
|
blob
|
history
diff --git
a/doc/Makefile
b/doc/Makefile
index
c168a76
..
353425f
100644
(file)
--- a/
doc/Makefile
+++ b/
doc/Makefile
@@
-4,7
+4,7
@@
# texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
# Older versions of pandoc don't do PDF output, but have a companion program
-MARKDOWN2PDF = $(shell which markdown2pdf pandoc)
+MARKDOWN2PDF = $(shell which markdown2pdf pandoc | sed 1q)
DOCS = index.html index.pdf \
mkws-manual.html mkws-manual.pdf \