[GRASS-SVN] r43917 - grass/branches/develbranch_6/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Oct 14 12:18:17 EDT 2010
Author: martinl
Date: 2010-10-14 09:18:17 -0700 (Thu, 14 Oct 2010)
New Revision: 43917
Modified:
grass/branches/develbranch_6/gui/wxpython/Makefile
Log:
do not build wxvdigit by default
Modified: grass/branches/develbranch_6/gui/wxpython/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/Makefile 2010-10-14 15:54:37 UTC (rev 43916)
+++ grass/branches/develbranch_6/gui/wxpython/Makefile 2010-10-14 16:18:17 UTC (rev 43917)
@@ -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