[GRASS-SVN] r45504 - grass/branches/develbranch_6/gui/wxpython/docs
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Mar 1 07:01:42 EST 2011
Author: martinl
Date: 2011-03-01 04:01:42 -0800 (Tue, 01 Mar 2011)
New Revision: 45504
Modified:
grass/branches/develbranch_6/gui/wxpython/docs/Makefile
Log:
wxGUI: fix _defineTool (hardcoded value wx.ITEM_NORMAL)
patch by Anna Kratochvilova
(merge r45503 from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/docs/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/docs/Makefile 2011-03-01 11:58:27 UTC (rev 45503)
+++ grass/branches/develbranch_6/gui/wxpython/docs/Makefile 2011-03-01 12:01:42 UTC (rev 45504)
@@ -1,20 +1,9 @@
MODULE_TOPDIR = ../../..
-FILES = wxGUI \
- wxGUI.Vector_Digitizer \
- wxGUI.Attribute_Table_Manager \
- wxGUI.Nviz \
- wxGUI.Icons \
- wxGUI.Modeler \
- wxGUI.GCP_Manager
+FILES := $(wildcard *.html)
include $(MODULE_TOPDIR)/include/Make/Platform.make
include $(MODULE_TOPDIR)/include/Make/Grass.make
include $(MODULE_TOPDIR)/include/Make/Rules.make
-default:
- for file in $(FILES) ; do \
- rm -f $$file.tmp.html ; \
- rm -f "$(GISBASE)/docs/html/$$file.html"; \
- $(MAKE) htmldir PGM=$$file; \
- done
+default: $(patsubst %,$(HTMLDIR)/%,$(FILES))
More information about the grass-commit
mailing list