From: Mike Taylor Date: Thu, 16 Oct 2014 15:01:28 +0000 (+0100) Subject: Oops, we only want the FIRST of markdown2pdf and pandoc. X-Git-Tag: 1.0.0~172 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=c351e1951166dd67e3c722cdb32a238a28db6d47 Oops, we only want the FIRST of markdown2pdf and pandoc. --- diff --git a/doc/Makefile b/doc/Makefile index c168a76..353425f 100644 --- 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 \