autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.62-95-g


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.62-95-g02fa53b
Date: Tue, 26 Aug 2008 21:35:15 +0000

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=02fa53b19528cbb849b08b68074dcbc31c5a9715

The branch, master has been updated
       via  02fa53b19528cbb849b08b68074dcbc31c5a9715 (commit)
      from  16107833c24cf403c3a677d8a2066da36a363836 (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 02fa53b19528cbb849b08b68074dcbc31c5a9715
Author: Eric Blake <address@hidden>
Date:   Tue Aug 26 15:29:17 2008 -0600

    Improve INSTALL formatting.
    
    * doc/install.texi [!autoconf]: Ensure first paragraphs are
    indented like all others in a plain text rendering.
    * Makefile.am ($(srcdir)/INSTALL): Ensure plaintext formatting.
    Reported by Bruno Haible.
    
    Signed-off-by: Eric Blake <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    8 ++++++++
 Makefile.am      |    2 +-
 doc/install.texi |    1 +
 3 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 40ff188..0aa373c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-08-26  Eric Blake  <address@hidden>
+
+       Improve INSTALL formatting.
+       * doc/install.texi [!autoconf]: Ensure first paragraphs are
+       indented like all others in a plain text rendering.
+       * Makefile.am ($(srcdir)/INSTALL): Ensure plaintext formatting.
+       Reported by Bruno Haible.
+
 2008-08-26  Stepan Kasal  <address@hidden>
 
        Check for case sensitive make.
diff --git a/Makefile.am b/Makefile.am
index 215c14b..bd4b114 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,7 +41,7 @@ if MAKE_CASE_SENSITIVE
 
 MAINTAINERCLEANFILES = $(srcdir)/INSTALL
 $(srcdir)/INSTALL: $(top_srcdir)/doc/install.texi
-       $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -o $@ \
+       $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) --plaintext -o $@ \
          $(top_srcdir)/doc/install.texi
 endif
 
diff --git a/doc/install.texi b/doc/install.texi
index f6620ec..a344b28 100644
--- a/doc/install.texi
+++ b/doc/install.texi
@@ -2,6 +2,7 @@
 @c the INSTALL file.
 
 @ifclear autoconf
address@hidden insert
 
 @unnumbered Installation Instructions
 


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]