+2001-08-16 Paul Eggert <eggert@twinsun.com>
+
+ * doc/autoconf.texi, doc/install.texi: Put copyright notice at
+ start, not at end.
+
2001-08-15 Akim Demaille <akim@epita.fr>
* doc/Makefile.am (fu): New index, can't use fn because of defmac.
* Sharing Defaults:: Setting site-wide defaults for @code{configure}
* Defining Variables:: Specifying the compiler etc.
* configure Invocation:: Changing how @code{configure} runs
-* INSTALL Copyright Notice:: Copyright notice for the @file{INSTALL} file
Obsolete Constructs
* Sharing Defaults:: Setting site-wide defaults for @code{configure}
* Defining Variables:: Specifying the compiler etc.
* configure Invocation:: Changing how @code{configure} runs
-* INSTALL Copyright Notice:: Copyright notice for the @file{INSTALL} file
@end menu
+@set autoconf_manual
@include install.texi
@c This file is included by autoconf.texi and is used to produce
@c the INSTALL file.
+@ifclear autoconf_manual
+
+Copyright 1994, 1995, 1996, 1999, 2000, 2001 Free Software Foundation,
+Inc.
+
+This file is free documentation; the Free Software Foundation gives
+unlimited permission to copy, distribute and modify it.
+
+@end ifclear
+
@node Basic Installation
@section Basic Installation
@noindent
@command{configure} also accepts some other, not widely useful, options.
Run @samp{configure --help} for more details.
-
-@node INSTALL Copyright Notice
-@section Copyright Notice for the @file{INSTALL} File
-
-Copyright 1994, 1995, 1996, 1999, 2000, 2001 Free Software Foundation,
-Inc.
-
-The @file{INSTALL} file is free documentation; the Free Software
-Foundation gives unlimited permission to copy, distribute and modify it.