Explorar el Código

small release procedure fix

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@64518 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler hace 10 años
padre
commit
b71a328d69
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      doc/howto_release.txt

+ 2 - 2
doc/howto_release.txt

@@ -18,8 +18,8 @@ Contents
 
    - 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!):