1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 06:20:23 +02:00

Remove the idea of a separate manual edition number

I don't believe this has ever been useful, and I doubt that we've
consistently incremented it in the past.  The reality is that the
manual evolves with the rest of Guile, so Guile's version number
should apply to the manual too.  It is conceivable that we might
one day revise the manual for an existing Guile release, so we keep
a REVISION number to cover that.
This commit is contained in:
Neil Jerram 2009-08-03 11:25:10 +01:00
parent 904a78f11d
commit a7c5a2e5fd
2 changed files with 7 additions and 12 deletions

View file

@ -4,17 +4,15 @@
@setfilename guile.info @setfilename guile.info
@settitle Guile Reference Manual @settitle Guile Reference Manual
@set guile @set guile
@set MANUAL-EDITION 1.1 @set MANUAL-REVISION 1
@c %**end of header @c %**end of header
@include version.texi @include version.texi
@include lib-version.texi @include lib-version.texi
@copying @copying
This reference manual documents Guile, GNU's Ubiquitous Intelligent This manual documents Guile version @value{VERSION}.
Language for Extensions. This is edition @value{MANUAL-EDITION}
corresponding to Guile @value{VERSION}.
Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005 Free Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2009 Free
Software Foundation. Software Foundation.
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document
@ -137,7 +135,7 @@ x
@sp 10 @sp 10
@comment The title is printed in a large font. @comment The title is printed in a large font.
@title Guile Reference Manual @title Guile Reference Manual
@subtitle Edition @value{MANUAL-EDITION}, for use with Guile @value{VERSION} @subtitle Edition @value{EDITION}, revision @value{MANUAL-REVISION}, for use with Guile @value{VERSION}
@c @subtitle $Id: guile.texi,v 1.49 2008-03-19 22:51:23 ossau Exp $ @c @subtitle $Id: guile.texi,v 1.49 2008-03-19 22:51:23 ossau Exp $
@c See preface.texi for the list of authors @c See preface.texi for the list of authors

View file

@ -7,12 +7,9 @@
@node Preface @node Preface
@chapter Preface @chapter Preface
This reference manual documents Guile, GNU's Ubiquitous Intelligent This manual documents version @value{VERSION} of Guile, GNU's
Language for Extensions. It describes how to use Guile in many useful Ubiquitous Intelligent Language for Extensions. It describes how to
and interesting ways. use Guile in many useful and interesting ways.
This is edition @value{MANUAL-EDITION} of the reference manual, and
corresponds to Guile version @value{VERSION}.
@menu @menu
* Manual Layout:: * Manual Layout::