[GRASS-SVN] r64517 - grass/branches/releasebranch_7_0/doc
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 8 12:51:39 PST 2015
Author: neteler
Date: 2015-02-08 12:51:39 -0800 (Sun, 08 Feb 2015)
New Revision: 64517
Modified:
grass/branches/releasebranch_7_0/doc/howto_release.txt
Log:
small release procedure fix
Modified: grass/branches/releasebranch_7_0/doc/howto_release.txt
===================================================================
--- grass/branches/releasebranch_7_0/doc/howto_release.txt 2015-02-08 20:36:57 UTC (rev 64516)
+++ grass/branches/releasebranch_7_0/doc/howto_release.txt 2015-02-08 20:51:39 UTC (rev 64517)
@@ -18,8 +18,8 @@
- svn up
- check if
- ( cd doc/raster/r.example/ ; make )
- ( cd doc/vector/v.example/ ; make )
+ ( cd doc/raster/r.example/ ; make clean ; make )
+ ( cd doc/vector/v.example/ ; make clean ; make )
still compile; fix otherwise
- Check that autoconf scripts are up-to-date (to do only in RC cycle!):
More information about the grass-commit
mailing list