[GRASS-SVN] r67512 - grass/branches/releasebranch_7_0/doc

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 7 03:03:21 PST 2016


Author: neteler
Date: 2016-01-07 03:03:21 -0800 (Thu, 07 Jan 2016)
New Revision: 67512

Modified:
   grass/branches/releasebranch_7_0/doc/howto_release.txt
Log:
doc/howto_release.txt: be sure to clean garbage (trac #2845)

Modified: grass/branches/releasebranch_7_0/doc/howto_release.txt
===================================================================
--- grass/branches/releasebranch_7_0/doc/howto_release.txt	2016-01-07 11:01:07 UTC (rev 67511)
+++ grass/branches/releasebranch_7_0/doc/howto_release.txt	2016-01-07 11:03:21 UTC (rev 67512)
@@ -45,6 +45,7 @@
        find . -name '*.rej'  | xargs rm
        find . -name '*.o'    | xargs rm
        find . -name '*.pyc'  | xargs rm
+       rm -f gui/wxpython/menustrings.py gui/wxpython/build_ext.pyc gui/wxpython/xml/menudata.xml gui/wxpython/xml/module_tree_menudata.xml
        chmod -R a+r *
 
        svn status



More information about the grass-commit mailing list