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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 1 07:19:02 EST 2011


Author: martinl
Date: 2011-03-01 04:19:02 -0800 (Tue, 01 Mar 2011)
New Revision: 45507

Modified:
   grass/branches/develbranch_6/gui/wxpython/docs/Makefile
Log:
wxGUI: update docs/Makefile


Modified: grass/branches/develbranch_6/gui/wxpython/docs/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/docs/Makefile	2011-03-01 12:10:44 UTC (rev 45506)
+++ grass/branches/develbranch_6/gui/wxpython/docs/Makefile	2011-03-01 12:19:02 UTC (rev 45507)
@@ -1,12 +1,8 @@
 MODULE_TOPDIR = ../../..
 
-FILES = wxGUI \
-	wxGUI.Vector_Digitizer \
-	wxGUI.Attribute_Table_Manager \
-	wxGUI.Nviz \
-	wxGUI.Icons \
-	wxGUI.Modeler \
-	wxGUI.GCP_Manager
+HTML_SOURCES := $(wildcard *.html)
+HTML_FILES := $(filter-out $(wildcard *.tmp.html),$(HTML_SOURCES))
+FILES := $(subst .html,,$(HTML_FILES))
 
 include $(MODULE_TOPDIR)/include/Make/Platform.make
 include $(MODULE_TOPDIR)/include/Make/Grass.make



More information about the grass-commit mailing list