[GRASS-SVN] r53566 - grass/trunk/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 26 07:59:43 PDT 2012


Author: martinl
Date: 2012-10-26 07:59:43 -0700 (Fri, 26 Oct 2012)
New Revision: 53566

Modified:
   grass/trunk/gui/wxpython/Makefile
Log:
change menustrings.py rule (based on Glynn's notes)


Modified: grass/trunk/gui/wxpython/Makefile
===================================================================
--- grass/trunk/gui/wxpython/Makefile	2012-10-26 14:53:31 UTC (rev 53565)
+++ grass/trunk/gui/wxpython/Makefile	2012-10-26 14:59:43 UTC (rev 53566)
@@ -19,7 +19,8 @@
 	mapdisp modules nviz psmap swipe vdigit wxplot ogc_services)
 DSTDIRS := $(patsubst %,$(ETCDIR)/%,icons scripts xml)
 
-default: $(DSTFILES) menustrings.py
+default: $(DSTFILES)
+	-$(MAKE) menustrings.py
 	$(MAKE) parsubdirs
 
 $(ETCDIR)/%: % | $(PYDSTDIRS) $(DSTDIRS)



More information about the grass-commit mailing list