]> piware.de Git - talk-cockpit-auth-anywhere.git/blob - Makefile
More presentation
[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         which pandoc || 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 bots:
12         git clone --depth=1 https://github.com/cockpit-project/bots
13
14 # download test VMs
15 download: bots
16         bots/image-download rhel-7-8 windows-10
17
18 .PHONY: deps clean