[Epydoc-commits] SF.net SVN: epydoc: [1474] trunk/epydoc/Makefile
Brought to you by:
edloper
|
From: <ed...@us...> - 2007-02-13 19:53:10
|
Revision: 1474
http://svn.sourceforge.net/epydoc/?rev=1474&view=rev
Author: edloper
Date: 2007-02-13 11:53:08 -0800 (Tue, 13 Feb 2007)
Log Message:
-----------
- added "rm profile.out" to "make clean"
Modified Paths:
--------------
trunk/epydoc/Makefile
Modified: trunk/epydoc/Makefile
===================================================================
--- trunk/epydoc/Makefile 2007-02-13 19:46:05 UTC (rev 1473)
+++ trunk/epydoc/Makefile 2007-02-13 19:53:08 UTC (rev 1474)
@@ -74,6 +74,7 @@
$(MAKE) -C src clean
rm -rf $(WEBDIR) $(HTML) $(LATEX)
rm -rf .*.up2date
+ rm -rf profile.out
##//////////////////////////////////////////////////////////////////////
## Distributions
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|