changeset 584:a00808e7a223

Added *.toc to clean target.
author neelin <neelin>
date Tue, 26 Jul 1994 14:29:32 +0000
parents 2c8f69c9db2c
children 0d83eef2aee1
files doc/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -15,7 +15,7 @@
 	latex $<
 
 clean:
-	$(RM) $(RM_FLAGS) *.aux *.dvi *.log
+	$(RM) $(RM_FLAGS) *.aux *.dvi *.log *.toc
 
 install:
 	@echo Nothing to install