report/Makefile
2021-08-30 21:39:22 +02:00

8 lines
226 B
Makefile

all: report.pdf presentation.pdf
report.pdf: report.md begin-document.tex config.yaml header.tex
pandoc --defaults config.yaml
presentation.pdf: presentation.md
pandoc -t beamer --filter pandoc-plantuml --dpi=300 -o $@ $<