[GRASS-SVN] r66137 - grass/trunk/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Sep 6 21:23:32 PDT 2015
Author: wenzeslaus
Date: 2015-09-06 21:23:32 -0700 (Sun, 06 Sep 2015)
New Revision: 66137
Modified:
grass/trunk/gui/wxpython/Makefile
Log:
wxGUI/toolboxes: build_modules_xml script has no validation (fixes r65199)
Modified: grass/trunk/gui/wxpython/Makefile
===================================================================
--- grass/trunk/gui/wxpython/Makefile 2015-09-06 22:43:02 UTC (rev 66136)
+++ grass/trunk/gui/wxpython/Makefile 2015-09-07 04:23:32 UTC (rev 66137)
@@ -54,7 +54,6 @@
$(DSTDIR)/xml/module_items.xml: tools/build_modules_xml.py
@echo "Generating interface description for all modules..."
$(call run_grass,$(PYTHON) $< > $@)
- $(call run_grass,$(PYTHON) $< "validate" $@)
$(PYDSTDIRS): %: | $(DSTDIR)
$(MKDIR) $@
More information about the grass-commit
mailing list