From 14c8b8fbdbc1e3a1c16110ff0092d85916bf5173 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 26 Aug 2008 08:33:53 +0200 Subject: [PATCH] Avoid error message during generation of INSTALL. --- ChangeLog | 5 +++++ doc/Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 98a0a9828..5c45b747e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-26 Bruno Haible + + * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn. + Suggested by Eric Blake. + 2008-08-25 Bruno Haible * doc/Makefile (INSTALL): Generate with @firstparagraphindent set. diff --git a/doc/Makefile b/doc/Makefile index 8f8f8ea58..750ff4dd7 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -25,7 +25,7 @@ pdf: $(doc).pdf INSTALL: install.texi { echo '@firstparagraphindent insert'; cat $<; } > tmp.texi - $(MAKEINFO) --plaintext --no-warn tmp.texi > $@ + $(MAKEINFO) --plaintext --no-validate 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) -- 2.11.0