summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Vasile <james@hackervisions.org>2011-09-30 00:51:41 -0400
committerJames Vasile <james@hackervisions.org>2011-09-30 00:51:41 -0400
commit32e985eab7ba0557c1065e0ddbafa1f86234c4f1 (patch)
tree06860464e95abf20ad583b2f843e74b32acd8a78 /doc
parent1fa54e3ec4747707b7ec96db53e26010f68beaf0 (diff)
make clean should take tex files and pdfs too.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 6d9637d..6b37461 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -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