+optional tex-output

This commit is contained in:
bg nerilex 2020-01-05 21:21:09 +01:00
parent 61f0acb704
commit 3be8891a08
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ all: $(TARGETS)
out/%.pdf: %.md
pandoc --from $(FROM_FORMAT) --pdf-engine=xelatex -o $@ $<
out/%.tex: %.md
pandoc --from $(FROM_FORMAT) --pdf-engine=xelatex -o $@ $<
clean:
rm -f $(TARGETS)
.PHONY: clean