[GRASS-SVN] r64325 - in grass/branches/releasebranch_7_0: doc gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 26 03:40:10 PST 2015


Author: neteler
Date: 2015-01-26 03:40:10 -0800 (Mon, 26 Jan 2015)
New Revision: 64325

Modified:
   grass/branches/releasebranch_7_0/doc/howto_release.txt
   grass/branches/releasebranch_7_0/gui/wxpython/Makefile
Log:
wxGUI: clean must remove *.pyc (trunk, r64324)

Modified: grass/branches/releasebranch_7_0/doc/howto_release.txt
===================================================================
--- grass/branches/releasebranch_7_0/doc/howto_release.txt	2015-01-26 11:39:46 UTC (rev 64324)
+++ grass/branches/releasebranch_7_0/doc/howto_release.txt	2015-01-26 11:40:10 UTC (rev 64325)
@@ -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/branches/releasebranch_7_0/gui/wxpython/Makefile
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/Makefile	2015-01-26 11:39:46 UTC (rev 64324)
+++ grass/branches/releasebranch_7_0/gui/wxpython/Makefile	2015-01-26 11:40:10 UTC (rev 64325)
@@ -1,7 +1,7 @@
 MODULE_TOPDIR = ../..
 
 SUBDIRS = docs animation mapswipe gmodeler rlisetup psmap dbmgr vdigit iclass gcp timeline
-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