From c351e1951166dd67e3c722cdb32a238a28db6d47 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 16 Oct 2014 16:01:28 +0100 Subject: [PATCH] Oops, we only want the FIRST of markdown2pdf and pandoc. --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 1.7.10.4