[GRASS-SVN] r64324 - in grass/trunk: doc gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 26 03:39:46 PST 2015


Author: neteler
Date: 2015-01-26 03:39:46 -0800 (Mon, 26 Jan 2015)
New Revision: 64324

Modified:
   grass/trunk/doc/howto_release.txt
   grass/trunk/gui/wxpython/Makefile
Log:
wxGUI: clean must remove *.pyc

Modified: grass/trunk/doc/howto_release.txt
===================================================================
--- grass/trunk/doc/howto_release.txt	2015-01-26 10:59:57 UTC (rev 64323)
+++ grass/trunk/doc/howto_release.txt	2015-01-26 11:39:46 UTC (rev 64324)
@@ -44,6 +44,7 @@
        find . -name '*.orig' | xargs rm
        find . -name '*.rej'  | xargs rm
        find . -name '*.o'    | xargs rm
+       find . -name '*.pyc'  | xargs rm
        chmod -R a+r *
 
        svn status

Modified: grass/trunk/gui/wxpython/Makefile
===================================================================
--- grass/trunk/gui/wxpython/Makefile	2015-01-26 10:59:57 UTC (rev 64323)
+++ grass/trunk/gui/wxpython/Makefile	2015-01-26 11:39:46 UTC (rev 64324)
@@ -1,7 +1,7 @@
 MODULE_TOPDIR = ../..
 
 SUBDIRS = docs animation mapswipe gmodeler rlisetup psmap dbmgr vdigit iclass gcp timeline tplot
-EXTRA_CLEAN_FILES = menustrings.py build_ext.pyc xml/menudata.xml xml/module_tree_menudata.xml
+EXTRA_CLEAN_FILES = menustrings.py build_ext.pyc xml/menudata.xml xml/module_tree_menudata.xml */*.pyc
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 include $(MODULE_TOPDIR)/include/Make/Python.make



More information about the grass-commit mailing list