X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile;h=7d2cbbda8bd4c45cf1fe7ca7e1ea681652c5569a;hb=1106069e49100f6f4ea90eb7f89c14057c2e600b;hp=353425f911177414efcd8df2c4addee6711d5e5c;hpb=c351e1951166dd67e3c722cdb32a238a28db6d47;p=mkws-moved-to-github.git diff --git a/doc/Makefile b/doc/Makefile index 353425f..7d2cbbd 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 | sed 1q) +MARKDOWN2PDF = $(shell if which markdown2pdf > /dev/null; then echo markdown2pdf; else echo pandoc --standalone; fi) DOCS = index.html index.pdf \ mkws-manual.html mkws-manual.pdf \ @@ -31,12 +31,9 @@ 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) --standalone $< -o $@ + $(MARKDOWN2PDF) $< -o $@ chmod ugo-w $@ clean: