changeset 9052:a06ebd212009

Shut up a makeinfo warning.
author Bruno Haible <bruno@clisp.org>
date Fri, 06 Jul 2007 22:56:38 +0000
parents c2e517158d13
children 1d22b1ee9970
files ChangeLog doc/Makefile
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Jul 06 16:42:06 2007 +0000
+++ b/ChangeLog	Fri Jul 06 22:56:38 2007 +0000
@@ -1,3 +1,7 @@
+2007-07-06  Bruno Haible  <bruno@clisp.org>
+
+	* doc/Makefile (TEXI2HTML): Specify a --reference-limit.
+
 2007-07-06  Bruno Haible  <bruno@clisp.org>
 
 	* lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
--- a/doc/Makefile	Fri Jul 06 16:42:06 2007 +0000
+++ b/doc/Makefile	Fri Jul 06 22:56:38 2007 +0000
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 2007-05-01 15:14:20 haible Exp $
+# $Id: Makefile,v 1.8 2007-07-06 22:56:38 haible Exp $
 # Makefile for gnulib doc.  
 # Copyright (C) 2004, 2006-2007 Free Software Foundation, Inc.
 #
@@ -8,7 +8,7 @@
 
 doc = gnulib
 
-TEXI2HTML = $(MAKEINFO) --no-split --html
+TEXI2HTML = $(MAKEINFO) --no-split --reference-limit=2000 --html
 %.html: %.texi
 	$(TEXI2HTML) -o $@ $<