protocols/Makefile

18 lines
247 B
Makefile
Raw Normal View History

2021-12-11 16:14:26 +01:00
.PHONY: all
all: $(patsubst %.tex,%.pdf,$(wildcard *.tex))
%-sitzung.pdf: %-sitzung.tex podcastproto.cls
latexmk -xelatex $<
clean:
rm -f \
*.aux \
*.fdb_latexmk \
*.fls \
*.log \
*.out \
*.pdf \
*.synctex.gz \
*.toc \
*.xdv