This repository has been archived on 2025-06-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
report/Makefile
2021-08-30 21:39:22 +02:00

7 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 $@ $<