Changes between Version 38 and Version 39 of ReleaseProcedure


Ignore:
Timestamp:
Mar 13, 2008, 11:25:57 PM (16 years ago)
Author:
Peter Johansson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseProcedure

    v38 v39  
    6161 1. Update copyright statements with commands
    6262{{{
    63 ./bootstrap
    64 make all
    65 make check
    66 ./bin/svndigest --copyright
     63autoreconf -m
     64make check
     65./bin/svndigest --copyright --no-report
    6766}}}
    6867 Examine the updates and commit changes with `svn ci -m "updating copyright statements"`[[br]][[br]]
     
    7271    appropriate:
    7372{{{
    74 ./bootstrap
     73autoreconf -m
    7574make check
    7675make distcheck
     
    203202 1. Update copyright statements with commands
    204203{{{
    205 ./bootstrap
    206 make all
     204autoreconf -m
    207205make check
    208206./bin/svndigest --copyright
     
    214212    appropriate:
    215213{{{
    216 ./bootstrap
     214autoreconf -m
    217215make check
    218216make distcheck