Avoid error message during generation of INSTALL.
authorBruno Haible <bruno@clisp.org>
Tue, 26 Aug 2008 06:33:53 +0000 (08:33 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 26 Aug 2008 06:33:53 +0000 (08:33 +0200)
ChangeLog
doc/Makefile

index 98a0a98..5c45b74 100644 (file)
--- 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.
index 8f8f8ea..750ff4d 100644 (file)
@@ -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)