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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 21 17:10:11 EDT 2010


Author: martinl
Date: 2010-07-21 21:10:11 +0000 (Wed, 21 Jul 2010)
New Revision: 42875

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/Makefile
Log:
vdigit + nviz disabled


Modified: grass/branches/releasebranch_6_4/gui/wxpython/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/Makefile	2010-07-21 20:44:51 UTC (rev 42874)
+++ grass/branches/releasebranch_6_4/gui/wxpython/Makefile	2010-07-21 21:10:11 UTC (rev 42875)
@@ -1,8 +1,7 @@
 MODULE_TOPDIR = ../..
 
-SUBDIRS = docs scripts vdigit nviz
+SUBDIRS = docs scripts 
 EXTRA_CLEAN_FILES = menustrings.py
-CLEAN_SUBDIRS = vdigit nviz
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 include $(MODULE_TOPDIR)/include/Make/Doxygen.make
@@ -16,7 +15,7 @@
 	$(MAKE) parsubdirs
 
 install_scripts:
-	-for dir in '' compat gui_modules icons icons/silk images scripts vdigit xml nviz ; do \
+	-for dir in '' compat gui_modules icons icons/silk images scripts xml; do \
 	if [ ! -d $(ETCDIR)/$$dir ] ; then $(MKDIR) $(ETCDIR)/$$dir ; fi ; \
 	done
 	$(MAKE) $(DSTFILES)



More information about the grass-commit mailing list