Oops, we only want the FIRST of markdown2pdf and pandoc.
authorMike Taylor <mike@indexdata.com>
Thu, 16 Oct 2014 15:01:28 +0000 (16:01 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 16 Oct 2014 15:01:28 +0000 (16:01 +0100)
doc/Makefile

index c168a76..353425f 100644 (file)
@@ -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 \