+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.
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)