[GRASS-SVN] r43918 - grass/branches/releasebranch_6_4/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 14 12:19:58 EDT 2010


Author: martinl
Date: 2010-10-14 09:19:58 -0700 (Thu, 14 Oct 2010)
New Revision: 43918

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/Makefile
Log:
do not build wxvdigit by default
(merge r43917 from devbr6)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/Makefile	2010-10-14 16:18:17 UTC (rev 43917)
+++ grass/branches/releasebranch_6_4/gui/wxpython/Makefile	2010-10-14 16:19:58 UTC (rev 43918)
@@ -1,8 +1,8 @@
 MODULE_TOPDIR = ../..
 
-SUBDIRS = docs vdigit scripts
+SUBDIRS = docs scripts
 EXTRA_CLEAN_FILES = menustrings.py build_ext.pyc
-CLEAN_SUBDIRS = vdigit scripts
+CLEAN_SUBDIRS = scripts
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 include $(MODULE_TOPDIR)/include/Make/Doxygen.make
@@ -19,7 +19,7 @@
 clean: cleansubdirs
 
 install_scripts:
-	-for dir in '' compat gui_modules icons icons/silk images vdigit xml; do \
+	-for dir in '' compat gui_modules icons icons/silk images xml; do \
 	if [ ! -d $(ETCDIR)/$$dir ] ; then $(MKDIR) $(ETCDIR)/$$dir ; fi ; \
 	done
 	$(MAKE) $(DSTFILES)



More information about the grass-commit mailing list