From: Bruno Haible Date: Tue, 26 Aug 2008 06:32:04 +0000 (+0200) Subject: Indent all paragraphs in the INSTALL file in the same way. X-Git-Tag: v0.1~7122 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=f2bc915c89fb52f12ea4dc42f0945d884f314bc4;p=gnulib.git Indent all paragraphs in the INSTALL file in the same way. --- diff --git a/ChangeLog b/ChangeLog index 92dd18516..98a0a9828 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-08-25 Bruno Haible + + * doc/Makefile (INSTALL): Generate with @firstparagraphindent set. + 2008-08-25 Eric Blake c-stack: test that stack overflow can be caught diff --git a/doc/Makefile b/doc/Makefile index b23fb641b..8f8f8ea58 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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)