X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile;h=7e59c93db5cd398e4be949d23d82b00e54cf4e94;hb=e8b1a78d47715662856c5501802d73f25ee71919;hp=c168a765e18bf7a9681ab7f980e2bb25346d3411;hpb=1cfe46fca8d09f09d2971e6669bb7aa56188de0b;p=mkws-moved-to-github.git diff --git a/doc/Makefile b/doc/Makefile index c168a76..7e59c93 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 if which markdown2pdf > /dev/null; then echo markdown2pdf; else echo pandoc --standalone; fi) DOCS = index.html index.pdf \ mkws-manual.html mkws-manual.pdf \ @@ -36,7 +36,7 @@ all: $(INSTALLED) # texlive-latex-recommended ../tools/htdocs/%.pdf: %.markdown rm -f $@ - $(MARKDOWN2PDF) --standalone $< -o $@ + $(MARKDOWN2PDF) $< -o $@ chmod ugo-w $@ clean: