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

Edgar Denny edenny at common-lisp.net
Sun Mar 27 03:46:33 UTC 2005


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

Modified Files:
	Makefile 
Log Message:
modify clean.

Date: Sun Mar 27 05:46:33 2005
Author: edenny

Index: cl-gsl/doc/Makefile
diff -u cl-gsl/doc/Makefile:1.1 cl-gsl/doc/Makefile:1.2
--- cl-gsl/doc/Makefile:1.1	Mon Mar 21 04:53:13 2005
+++ cl-gsl/doc/Makefile	Sun Mar 27 05:46:32 2005
@@ -3,13 +3,13 @@
 #### GNU Makefile
 
 clean:
-	$(RM) *.png *.4ct *.4tc *.aux *.css *.dvi *.html *.idv *.lg *.log *.tmp *.xref
+	$(RM) *.png *.4ct *.4tc *.aux *.css *.dvi *.html *.idv *.lg *.log *.tmp *.xref *.toc
 html:
-	htlatex sf.tex
+	htlatex cl-gsl-ref.tex
 
 html-without-png:
-	latex sf.tex
-	latex sf.tex
-	latex sf.tex
-	tex4ht sf
-	t4ht sf -p
+	latex cl-gsl-ref.tex
+	latex cl-gsl-ref.tex
+	latex cl-gsl-ref.tex
+	tex4ht cl-gsl-ref
+	t4ht cl-gsl-ref -p




More information about the Cl-gsl-cvs mailing list