[SCM] GNU Autoconf source repository branch, master, updated. v2.68-17-gb4b41c0
"Eric Blake" <[email protected]> Wed, 05 Jan 2011 00:05:52 +0000
| Newsgroups | gmane.comp.sysutils.autoconf.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".
http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=b4b41c0c80d714d40c519ad1d019446209d147f7
The branch, master has been updated
via b4b41c0c80d714d40c519ad1d019446209d147f7 (commit)
from 1864b1a3c41a11a1c9dbb544db965042b4a8032c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b4b41c0c80d714d40c519ad1d019446209d147f7
Author: Eric Blake <[email protected]>
Date: Tue Jan 4 16:37:41 2011 -0700
doc: improve install.texi texinfo markup
This partially reverts commit 02fa53b19528cbb849b08b68074dcbc31c5a9715.
* doc/install.texi: Don't force @firstparagraphindent on all
clients; instead, add it only when building INSTALL. Compress
copyright.
* Makefile.am (INSTALL): Match gnulib's formatting.
Reported by Karl Berry.
Signed-off-by: Eric Blake <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 9 +++++++--
Makefile.am | 7 +++++--
doc/install.texi | 5 ++---
3 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 80e6e30..4a271f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,15 @@
2011-01-04 Eric Blake <[email protected]>
+ doc: improve install.texi texinfo markup
+ * doc/install.texi: Don't force @firstparagraphindent on all
+ clients; instead, add it only when building INSTALL. Compress
+ copyright.
+ * Makefile.am (INSTALL): Match gnulib's formatting.
+ Reported by Karl Berry.
+
maint: update copyright year
All files changed to add 2011, via 'make update-copyright'.
-2011-01-04 Eric Blake <[email protected]>
-
maint: resync upstream files
* GNUmakefile: Regenerated by 'make fetch'.
* build-aux/config.guess: Likewise.
diff --git a/Makefile.am b/Makefile.am
index b34d97e..fcd5a16 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,8 +41,11 @@ pkgdata_DATA = $(srcdir)/INSTALL
MAINTAINERCLEANFILES = $(srcdir)/INSTALL
$(srcdir)/INSTALL: $(top_srcdir)/doc/install.texi
- $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) --plaintext -o $@ \
- $(top_srcdir)/doc/install.texi
+ echo @firstparagraphindent insert \
+ | cat - $(top_srcdir)/doc/install.texi > tmp.texi
+ $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \
+ --plaintext -o $@ tmp.texi
+ rm -f tmp.texi
endif
diff --git a/doc/install.texi b/doc/install.texi
index a220458..c43298b 100644
--- a/doc/install.texi
+++ b/doc/install.texi
@@ -2,12 +2,11 @@
@c the INSTALL file.
@ifclear autoconf
-@firstparagraphindent insert
@unnumbered Installation Instructions
-Copyright @copyright{} 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004,
-2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+Copyright @copyright{} 1994-1996, 1999-2002, 2004-2011 Free Software
+Foundation, Inc.
Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice
hooks/post-receive
--
GNU Autoconf source repository