summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-08-26 15:29:17 -0600
committerEric Blake <ebb9@byu.net>2008-08-26 15:29:17 -0600
commit02fa53b19528cbb849b08b68074dcbc31c5a9715 (patch)
tree59e16296847e9d4c9dbcb669bf6ac63a81a28edf /Makefile.am
parent16107833c24cf403c3a677d8a2066da36a363836 (diff)
downloadautoconf-02fa53b19528cbb849b08b68074dcbc31c5a9715.tar.gz
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 215c14be..bd4b1149 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