[GRASS-SVN] r36045 - grass/branches/develbranch_6/gui/wxpython/docs

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 22 08:33:53 EST 2009


Author: neteler
Date: 2009-02-22 08:33:53 -0500 (Sun, 22 Feb 2009)
New Revision: 36045

Modified:
   grass/branches/develbranch_6/gui/wxpython/docs/Makefile
Log:
remove doc file before creating (fixes trac #503)

Modified: grass/branches/develbranch_6/gui/wxpython/docs/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/docs/Makefile	2009-02-22 13:01:09 UTC (rev 36044)
+++ grass/branches/develbranch_6/gui/wxpython/docs/Makefile	2009-02-22 13:33:53 UTC (rev 36045)
@@ -10,4 +10,4 @@
 include $(MODULE_TOPDIR)/include/Make/Rules.make
 
 default:
-	for file in $(FILES) ; do $(MAKE) htmldir PGM=$$file; done
+	for file in $(FILES) ; do rm -f $(GISBASE)/docs/html/$$file.html; $(MAKE) htmldir PGM=$$file; done



More information about the grass-commit mailing list