Makefile 257 B

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