[GRASS-SVN] r45505 - grass/branches/develbranch_6/gui/wxpython/docs
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Mar 1 07:10:13 EST 2011
Author: martinl
Date: 2011-03-01 04:10:13 -0800 (Tue, 01 Mar 2011)
New Revision: 45505
Modified:
grass/branches/develbranch_6/gui/wxpython/docs/Makefile
Log:
revert wrong commit r45504
Modified: grass/branches/develbranch_6/gui/wxpython/docs/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/docs/Makefile 2011-03-01 12:01:42 UTC (rev 45504)
+++ grass/branches/develbranch_6/gui/wxpython/docs/Makefile 2011-03-01 12:10:13 UTC (rev 45505)
@@ -1,9 +1,20 @@
MODULE_TOPDIR = ../../..
-FILES := $(wildcard *.html)
+FILES = wxGUI \
+ wxGUI.Vector_Digitizer \
+ wxGUI.Attribute_Table_Manager \
+ wxGUI.Nviz \
+ wxGUI.Icons \
+ wxGUI.Modeler \
+ wxGUI.GCP_Manager
include $(MODULE_TOPDIR)/include/Make/Platform.make
include $(MODULE_TOPDIR)/include/Make/Grass.make
include $(MODULE_TOPDIR)/include/Make/Rules.make
-default: $(patsubst %,$(HTMLDIR)/%,$(FILES))
+default:
+ 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