[GRASS-SVN] r64518 - grass/trunk/doc

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 8 12:51:58 PST 2015


Author: neteler
Date: 2015-02-08 12:51:57 -0800 (Sun, 08 Feb 2015)
New Revision: 64518

Modified:
   grass/trunk/doc/howto_release.txt
Log:
small release procedure fix

Modified: grass/trunk/doc/howto_release.txt
===================================================================
--- grass/trunk/doc/howto_release.txt	2015-02-08 20:51:39 UTC (rev 64517)
+++ grass/trunk/doc/howto_release.txt	2015-02-08 20:51:57 UTC (rev 64518)
@@ -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