cockpit-auth-anywhere.pdf: cockpit-auth-anywhere.md pandoc -t beamer -o $@ $< clean: rm -f cockpit-auth-anywhere.pdf # install the necessary tools to build this presentation deps: 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 bots: git clone --depth=1 https://github.com/cockpit-project/bots # download test VMs download: bots bots/image-download rhel-7-8 windows-10 .PHONY: deps clean