From a7c5a2e5fdceed46db674f533fa203962030c1b6 Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Mon, 3 Aug 2009 11:25:10 +0100 Subject: [PATCH] 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. --- doc/ref/guile.texi | 10 ++++------ doc/ref/preface.texi | 9 +++------ 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/doc/ref/guile.texi b/doc/ref/guile.texi index a67589915..2a2885ebb 100644 --- a/doc/ref/guile.texi +++ b/doc/ref/guile.texi @@ -4,17 +4,15 @@ @setfilename guile.info @settitle Guile Reference Manual @set guile -@set MANUAL-EDITION 1.1 +@set MANUAL-REVISION 1 @c %**end of header @include version.texi @include lib-version.texi @copying -This reference manual documents Guile, GNU's Ubiquitous Intelligent -Language for Extensions. This is edition @value{MANUAL-EDITION} -corresponding to Guile @value{VERSION}. +This manual documents Guile version @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. Permission is granted to copy, distribute and/or modify this document @@ -137,7 +135,7 @@ x @sp 10 @comment The title is printed in a large font. @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 See preface.texi for the list of authors diff --git a/doc/ref/preface.texi b/doc/ref/preface.texi index 7fa85811b..fb3c42e16 100644 --- a/doc/ref/preface.texi +++ b/doc/ref/preface.texi @@ -7,12 +7,9 @@ @node Preface @chapter Preface -This reference manual documents Guile, GNU's Ubiquitous Intelligent -Language for Extensions. It describes how to 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}. +This manual documents version @value{VERSION} of Guile, GNU's +Ubiquitous Intelligent Language for Extensions. It describes how to +use Guile in many useful and interesting ways. @menu * Manual Layout::