Mercurial > hg > octave-kai > gnulib-hg
changeset 10360:4a29e53a4aff
Indent all paragraphs in the INSTALL file in the same way.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 26 Aug 2008 08:32:04 +0200 |
parents | 20375c619b75 |
children | bd48efb1adc9 |
files | ChangeLog doc/Makefile |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- a/doc/Makefile +++ b/doc/Makefile @@ -24,7 +24,9 @@ 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)