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 <ebb9@byu.net>
This commit is contained in:
Eric Blake 2008-08-26 15:29:17 -06:00
parent 16107833c2
commit 02fa53b195
3 changed files with 10 additions and 1 deletions

View File

@ -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.

View 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

View File

@ -2,6 +2,7 @@
@c the INSTALL file.
@ifclear autoconf
@firstparagraphindent insert
@unnumbered Installation Instructions