2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
LaTeX-examples/documents/pflichtenheft/Makefile
2012-10-27 18:36:16 +02:00

10 lines
254 B
Makefile

SOURCE = Pflichtenheft
make:
pdflatex $(SOURCE).tex -output-format=pdf
makeglossaries $(SOURCE)
pdflatex $(SOURCE).tex -output-format=pdf
make clean
clean:
rm -rf $(TARGET) *.class *.html *.log *.aux *.out *.glo *.glg *.gls *.ist *.xdy *.1 *.toc