[cl-gsl-cvs] CVS update: cl-gsl/doc/Makefile

cl-gsl-cvs at common-lisp.net cl-gsl-cvs at common-lisp.net
Mon Apr 4 00:48:27 UTC 2005


Update of /project/cl-gsl/cvsroot/cl-gsl/doc
In directory common-lisp.net:/tmp/cvs-serv30753

Modified Files:
	Makefile 
Log Message:
Add another file type to clean dependency.

Date: Mon Apr  4 02:48:27 2005
Author: edenny

Index: cl-gsl/doc/Makefile
diff -u cl-gsl/doc/Makefile:1.2 cl-gsl/doc/Makefile:1.3
--- cl-gsl/doc/Makefile:1.2	Sun Mar 27 05:46:32 2005
+++ cl-gsl/doc/Makefile	Mon Apr  4 02:48:26 2005
@@ -3,7 +3,8 @@
 #### GNU Makefile
 
 clean:
-	$(RM) *.png *.4ct *.4tc *.aux *.css *.dvi *.html *.idv *.lg *.log *.tmp *.xref *.toc
+	$(RM) *.png *.4ct *.4tc *.aux *.css *.dvi *.html *.idv *.lg *.log *.tmp *.xref *.toc *.idx
+
 html:
 	htlatex cl-gsl-ref.tex
 




More information about the Cl-gsl-cvs mailing list