]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Improve INSTALL formatting.
authorEric Blake <ebb9@byu.net>
Tue, 26 Aug 2008 21:29:17 +0000 (15:29 -0600)
committerEric Blake <ebb9@byu.net>
Tue, 26 Aug 2008 21:29:17 +0000 (15:29 -0600)
* 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 <ebb9@byu.net>
ChangeLog
Makefile.am
doc/install.texi

index 40ff1883b8ec560eb92f85cd4c94ae1f465fdfe2..0aa373cd02988f6dcf385f0de38bb26d6ccd4cf5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-08-26  Eric Blake  <ebb9@byu.net>
+
+       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  <skasal@redhat.com>
 
        Check for case sensitive make.
index 215c14be95dd9834574504dd04f5835f3a009ee9..bd4b11497261998f912127530d6a324882581cbb 100644 (file)
@@ -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
 
index f6620ec37344598aa6e98418db79bd26283be5c6..a344b2890329d86f035df1c20945029d0d051934 100644 (file)
@@ -2,6 +2,7 @@
 @c the INSTALL file.
 
 @ifclear autoconf
+@firstparagraphindent insert
 
 @unnumbered Installation Instructions