Indent all paragraphs in the INSTALL file in the same way.
authorBruno Haible <bruno@clisp.org>
Tue, 26 Aug 2008 06:32:04 +0000 (08:32 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 26 Aug 2008 06:32:04 +0000 (08:32 +0200)
ChangeLog
doc/Makefile

index 92dd185..98a0a98 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-25  Bruno Haible  <bruno@clisp.org>
+
+       * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
+
 2008-08-25  Eric Blake  <ebb9@byu.net>
 
        c-stack: test that stack overflow can be caught
index b23fb64..8f8f8ea 100644 (file)
@@ -24,7 +24,9 @@ dvi: $(doc).dvi
 pdf: $(doc).pdf
 
 INSTALL: install.texi
-       -$(MAKEINFO) --plaintext --no-warn $< >$@
+       { echo '@firstparagraphindent insert'; cat $<; } > tmp.texi
+       $(MAKEINFO) --plaintext --no-warn tmp.texi > $@
+       rm -f tmp.texi
 
 GNULIB_TEXI_FILES = $(filter-out maintain.texi make-stds.texi standards.texi,$(wildcard *.texi)) $(wildcard posix-headers/*.texi) $(wildcard posix-functions/*.texi) $(wildcard glibc-headers/*.texi) $(wildcard glibc-functions/*.texi)