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

13 lines
508 B
Makefile
Raw Normal View History

2013-10-22 12:05:19 +02:00
DOKUMENT = GeoTopo
make:
2013-10-23 07:26:10 +02:00
sketch figures/torus.sketch > figures/torus.tex
2013-10-25 00:01:22 +02:00
pdflatex $(DOKUMENT).tex -output-format=pdf # aux-Dateien für makeindex / makeglossaries
2013-10-22 12:05:19 +02:00
makeindex $(DOKUMENT)
2013-10-25 00:01:22 +02:00
makeglossaries $(DOKUMENT)
pdflatex $(DOKUMENT).tex -output-format=pdf # Stichwortverzeichnis einbinden
pdflatex $(DOKUMENT).tex -output-format=pdf # Symbolverzeichnis einbinden
2013-10-22 12:05:19 +02:00
clean:
2013-10-25 00:01:22 +02:00
rm -rf $(TARGET) *.class *.html *.log *.aux *.out *.thm *.idx *.toc *.ind *.ilg figures/torus.tex *.glg *.glo *.gls *.ist *.xdy