Makefile 271 B

1234567891011
  1. SOURCE = index
  2. make:
  3. pdflatex -shell-escape $(SOURCE).tex -output-format=pdf
  4. makeindex $(SOURCE)
  5. pdflatex -shell-escape $(SOURCE).tex -output-format=pdf
  6. make clean
  7. clean:
  8. rm -rf $(TARGET) *.class *.html *.log *.aux *.out *.ind *.idx *.ilg *.toc *.bbl *.blg *.pyg