report/Makefile

8 lines
226 B
Makefile
Raw Normal View History

2021-08-30 21:39:22 +02:00
all: report.pdf presentation.pdf
2021-04-10 20:13:35 +02:00
report.pdf: report.md begin-document.tex config.yaml header.tex
pandoc --defaults config.yaml
2021-08-30 21:39:22 +02:00
presentation.pdf: presentation.md
pandoc -t beamer --filter pandoc-plantuml --dpi=300 -o $@ $<