Changes between Version 19 and Version 20 of ReleaseProcedure
- Timestamp:
- Jun 29, 2007, 3:57:13 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseProcedure
v19 v20 89 89 svn co http://lev.thep.lu.se/repository/svndigest/tags/A.B A.B_dist 90 90 cd A.B_dist 91 ./bootstrap 92 ./configure [OPTION]... 91 93 make dist 92 94 }}} … … 220 222 svn co http://lev.thep.lu.se/repository/svndigest/tags/A.B.C A.B.C_dist 221 223 cd A.B.C_dist 224 ./bootstrap 225 ./configure [OPTION]... 222 226 make dist 223 227 }}}