[GRASS-SVN] r36319 -
grass/branches/releasebranch_6_4/gui/wxpython/docs
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Mar 10 17:34:43 EDT 2009
Author: neteler
Date: 2009-03-10 17:34:43 -0400 (Tue, 10 Mar 2009)
New Revision: 36319
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/docs/Makefile
Log:
remove junk before creating docs
Modified: grass/branches/releasebranch_6_4/gui/wxpython/docs/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/docs/Makefile 2009-03-10 21:34:27 UTC (rev 36318)
+++ grass/branches/releasebranch_6_4/gui/wxpython/docs/Makefile 2009-03-10 21:34:43 UTC (rev 36319)
@@ -10,4 +10,4 @@
include $(MODULE_TOPDIR)/include/Make/Rules.make
default:
- for file in $(FILES) ; do rm -f $(GISBASE)/docs/html/$$file.html; $(MAKE) htmldir PGM=$$file; done
+ for file in $(FILES) ; do rm -f $$file.tmp.html ; rm -f $(GISBASE)/docs/html/$$file.html; $(MAKE) htmldir PGM=$$file; done
More information about the grass-commit
mailing list