+Makefile to generate PDFs

This commit is contained in:
bg nerilex 2019-11-23 21:44:07 +01:00
parent 27daa39576
commit 8839403b24
2 changed files with 11 additions and 0 deletions

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
SHELL=/bin/bash
TARGETS = out/Paradigmen-001.pdf
all: $(TARGETS)
%.pdf: %.md
pandoc --pdf-engine=xelatex -o $@ $<
out/%.pdf: %.md
pandoc --pdf-engine=xelatex -o $@ $<

0
out/.keep Normal file
View File