~ubuntu-branches/ubuntu/raring/avr-libc/raring-proposed

« back to all changes in this revision

Viewing changes to doc/api/rel-method.dox

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2008-08-10 09:59:16 UTC
  • mfrom: (1.2.1 upstream) (8 intrepid)
  • mto: (4.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20080810095916-7ku06pjsfia3hz16
Added build-depends on texlive-extra-utils (closes: #493454)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (c) 2003,2005 Theodore Roth
 
1
/* Copyright (c) 2003,2005,2007 Theodore Roth
2
2
   All rights reserved.
3
3
 
4
4
   Redistribution and use in source and binary forms, with or without
23
23
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
24
24
  POSSIBILITY OF SUCH DAMAGE. */
25
25
 
26
 
/* $Id: rel-method.dox,v 1.8 2005/11/11 20:14:40 joerg_wunsch Exp $ */
 
26
/* $Id: rel-method.dox,v 1.9 2007/05/14 20:19:34 joerg_wunsch Exp $ */
27
27
 
28
28
/** \page release_method Release Numbering and Methodology
29
29
 
122
122
 
123
123
-# Make sure the source tree you are working from is on the correct branch:<br>
124
124
   'cvs update -r avr-libc-\<major\>_\<minor\>-branch'
125
 
-# Update the package version in configure.in and commit it to cvs.
 
125
-# Update the package version in configure.ac and commit it to cvs.
126
126
-# Update the gnu tool chain version requirements in the README and commit
127
127
   to cvs.
128
128
-# Update the ChangeLog file to note the release and commit to cvs on the