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/GeoTopo/definitions/Makefile

9 lines
305 B
Makefile

SOURCE = definitionen
make:
./generateDefinitions.py
pdflatex $(SOURCE).tex -interaction=batchmode -output-format=pdf 1>/dev/null
pdflatex $(SOURCE).tex -interaction=batchmode -output-format=pdf 1>/dev/null
make clean
clean:
rm -rf $(TARGET) *.class *.html *.log *.aux *.out *.thm definitionen.tex