Makefile 254 B

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