[GRASS-SVN] r40832 - grass/trunk/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 5 15:00:08 EST 2010
Author: glynn
Date: 2010-02-05 15:00:07 -0500 (Fri, 05 Feb 2010)
New Revision: 40832
Modified:
grass/trunk/gui/wxpython/Makefile
Log:
menudata.py needs the installed menudata.xml, not the source file
Modified: grass/trunk/gui/wxpython/Makefile
===================================================================
--- grass/trunk/gui/wxpython/Makefile 2010-02-05 18:51:50 UTC (rev 40831)
+++ grass/trunk/gui/wxpython/Makefile 2010-02-05 20:00:07 UTC (rev 40832)
@@ -21,7 +21,7 @@
$(ETCDIR)/%: % | $(DSTDIRS)
$(INSTALL_DATA) $< $@
-menustrings.py: gui_modules/menudata.py xml/menudata.xml
+menustrings.py: gui_modules/menudata.py $(ETCDIR)/xml/menudata.xml
GISBASE="$(GISBASE)" \
$(PYTHON) $< > $@
More information about the grass-commit
mailing list