changeset 10361:bd48efb1adc9

Avoid error message during generation of INSTALL.
author Bruno Haible <bruno@clisp.org>
date Tue, 26 Aug 2008 08:33:53 +0200
parents 4a29e53a4aff
children 389a56ea91cd
files ChangeLog doc/Makefile
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-26  Bruno Haible  <bruno@clisp.org>
+
+	* doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
+	Suggested by Eric Blake.
+
 2008-08-25  Bruno Haible  <bruno@clisp.org>
 
 	* doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -25,7 +25,7 @@
 
 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)