You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by mx...@apache.org on 2007/10/18 16:43:41 UTC

svn commit: r585983 - /tcl/rivet/trunk/doc/Makefile.am

Author: mxmanghi
Date: Thu Oct 18 07:43:40 2007
New Revision: 585983

URL: http://svn.apache.org/viewvc?rev=585983&view=rev
Log:
'clean' target fixed


Modified:
    tcl/rivet/trunk/doc/Makefile.am

Modified: tcl/rivet/trunk/doc/Makefile.am
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/doc/Makefile.am?rev=585983&r1=585982&r2=585983&view=diff
==============================================================================
--- tcl/rivet/trunk/doc/Makefile.am (original)
+++ tcl/rivet/trunk/doc/Makefile.am Thu Oct 18 07:43:40 2007
@@ -32,4 +32,4 @@
 docs: html/index.en.html html/rivet.en.html
 
 clean:
-	rm html/*.html
\ No newline at end of file
+	-rm html/*.html



---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org