forked from Krautspace/dokumente
Makefile hinzugefügt
This commit is contained in:
parent
55a1c3aebe
commit
226a3a05bc
3 changed files with 7 additions and 0 deletions
7
Protokolle/Versammlungen/Makefile
Normal file
7
Protokolle/Versammlungen/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
all: MV2012.2-20121201.pdf MV2013-20131124.pdf MV2014-20141116.pdf
|
||||||
|
|
||||||
|
%.pdf: %.tex
|
||||||
|
pdflatex $< && pdflatex $<
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f *.toc *.aux *.ptc1 *.mtc *.mtc0 *.pdf *.log *.maf
|
Loading…
Reference in a new issue