Makefile 764 B

12345678910111213
  1. DOKUMENT = write-math-ba-paper
  2. make:
  3. pdflatex -shell-escape $(DOKUMENT).tex -interaction=batchmode -output-format=pdf # aux-files for makeindex / makeglossaries
  4. makeglossaries $(DOKUMENT)
  5. bibtex $(DOKUMENT)
  6. pdflatex -shell-escape $(DOKUMENT).tex -interaction=batchmode -output-format=pdf # include index
  7. pdflatex -shell-escape $(DOKUMENT).tex -interaction=batchmode -output-format=pdf # include symbol table
  8. pdflatex -shell-escape $(DOKUMENT).tex -interaction=batchmode -output-format=pdf # include symbol table
  9. make clean
  10. clean:
  11. rm -rf $(TARGET) *.class *.html *.log *.aux *.out *.thm *.idx *.toc *.ind *.ilg figures/torus.tex *.glg *.glo *.gls *.ist *.xdy *.fdb_latexmk *.bak *.blg *.bbl *.glsdefs *.acn *.acr *.alg *.nls *.nlo *.bak *.pyg *.lot *.lof