* 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>
+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.
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
@c the INSTALL file.
@ifclear autoconf
+@firstparagraphindent insert
@unnumbered Installation Instructions