]> piware.de Git - talk-cockpit-auth-anywhere.git/blob - Makefile
9e2846744219e8f1a57d0bf067e2c138faf0fd04
[talk-cockpit-auth-anywhere.git] / Makefile
1 cockpit-auth-anywhere.pdf: cockpit-auth-anywhere.md
2         pandoc -t beamer -o $@ $<
3
4 clean:
5         rm -f cockpit-auth-anywhere.pdf
6
7 # install the necessary tools to build this presentation
8 deps:
9         sudo dnf install -y pandoc texlive-beamer texlive-latex-bin texlive-collection-fontsrecommended texlive-hyphen-german texlive-hyphen-english texlive-dehyph texlive-fancyhdr texlive-dinbrief texlive-german texlive-a4wide
10
11 .PHONY: deps clean