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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 12 06:17:57 PDT 2017


Author: ychemin
Date: 2017-05-12 06:17:57 -0700 (Fri, 12 May 2017)
New Revision: 71082

Modified:
   grass/trunk/gui/wxpython/Makefile
Log:
Updated Makefile with new names

Modified: grass/trunk/gui/wxpython/Makefile
===================================================================
--- grass/trunk/gui/wxpython/Makefile	2017-05-12 12:47:31 UTC (rev 71081)
+++ grass/trunk/gui/wxpython/Makefile	2017-05-12 13:17:57 UTC (rev 71082)
@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../..
 
-SUBDIRS = docs animation datacatalog mapswipe gmodeler rlisetup psmap dbmgr vdigit iclass gcp timeline tplot iphoto2image iimage2target
+SUBDIRS = docs animation datacatalog mapswipe gmodeler rlisetup psmap dbmgr vdigit iclass gcp timeline tplot photo2image image2target
 EXTRA_CLEAN_FILES = menustrings.py build_ext.pyc xml/menudata.xml xml/module_tree_menudata.xml */*.pyc
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make
@@ -12,7 +12,7 @@
 	$(wildcard animation/*.py core/*.py datacatalog/*.py dbmgr/*.py gcp/*.py gmodeler/*.py \
 	gui_core/*.py iclass/*.py lmgr/*.py location_wizard/*.py mapwin/*.py mapdisp/*.py \
 	mapswipe/*.py modules/*.py nviz/*.py psmap/*.py rdigit/*.py rlisetup/*.py timeline/*.py vdigit/*.py \
-	vnet/*.py web_services/*.py wxplot/*.py iscatt/*.py tplot/*.py iphoto2image/*.py iimage2target/*.py) \
+	vnet/*.py web_services/*.py wxplot/*.py iscatt/*.py tplot/*.py photo2image/*.py image2target/*.py) \
 	gis_set.py gis_set_error.py wxgui.py README
 
 DSTFILES := $(patsubst %,$(DSTDIR)/%,$(SRCFILES)) \
@@ -20,8 +20,7 @@
 
 PYDSTDIRS := $(patsubst %,$(DSTDIR)/%,animation core datacatalog dbmgr gcp gmodeler \
 	gui_core iclass lmgr location_wizard mapwin mapdisp modules nviz psmap \
-	mapswipe vdigit wxplot web_services rdigit rlisetup vnet timeline iscatt tplot \
-	iphoto2image iimage2target)
+	mapswipe vdigit wxplot web_services rdigit rlisetup vnet timeline iscatt tplot photo2image image2target)
 
 
 DSTDIRS := $(patsubst %,$(DSTDIR)/%,icons scripts xml)



More information about the grass-commit mailing list