mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
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:
parent
16107833c2
commit
02fa53b195
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
@c the INSTALL file.
|
||||
|
||||
@ifclear autoconf
|
||||
@firstparagraphindent insert
|
||||
|
||||
@unnumbered Installation Instructions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user