[GRASS-SVN] r45502 - grass/trunk/gui/wxpython/docs

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 1 06:51:36 EST 2011


Author: martinl
Date: 2011-03-01 03:51:36 -0800 (Tue, 01 Mar 2011)
New Revision: 45502

Modified:
   grass/trunk/gui/wxpython/docs/Makefile
Log:
wxGUI: update docs/Makefile


Modified: grass/trunk/gui/wxpython/docs/Makefile
===================================================================
--- grass/trunk/gui/wxpython/docs/Makefile	2011-03-01 10:41:54 UTC (rev 45501)
+++ grass/trunk/gui/wxpython/docs/Makefile	2011-03-01 11:51:36 UTC (rev 45502)
@@ -2,11 +2,6 @@
 
 include $(MODULE_TOPDIR)/include/Make/Other.make
 
-FILES = wxGUI \
-	wxGUI.Vector_Digitizer \
-	wxGUI.Attribute_Table_Manager \
-	wxGUI.Nviz \
-	wxGUI.GCP_Manager \
-	wxGUI.Modeler
+FILES := $(wildcard *.html)
 
-default: $(patsubst %,$(HTMLDIR)/%.html,$(FILES))
+default: $(patsubst %,$(HTMLDIR)/%,$(FILES))



More information about the grass-commit mailing list