make clean should take tex files and pdfs too.

This commit is contained in:
James Vasile 2011-09-30 00:51:41 -04:00
parent 1fa54e3ec4
commit 32e985eab7

View File

@ -113,8 +113,8 @@ pdf: $(PDF)
###############################################################################
clean-latex:
rm -f *.log *.out *.aux *.toc
rm -f *.log *.out *.aux *.toc *.tex
clean: clean-latex
rm -f $(OUTPUTS) README.mdwn INSTALL.mdwn TODO.mdwn COPYING.mdwn \
copyright_notice0? \#*\# ../TODO oneline.txt
copyright_notice0? \#*\# ../TODO oneline.txt *.pdf