m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 41d3c03..59ca558 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,12 @@ mgr.pdf: mgr.tex mgr.bib pracamgr.cls definitions.sty
biber mgr
lualatex mgr
-.PHONY: clean
+.PHONY: clean presentation
+
+presentation/presentation.pdf: presentation/presentation.md
+ pandoc -f markdown+implicit_figures presentation/presentation.md -t beamer -o presentation/presentation.pdf
+
+presentation: presentation/presentation.pdf
clean:
rm -rf mgr.pdf mgr.aux mgr.bbl mgr.bcf mgr.blg mgr.log mgr.run.xml mgr.toc