Shut up a makeinfo warning.
authorBruno Haible <bruno@clisp.org>
Fri, 6 Jul 2007 22:56:38 +0000 (22:56 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 6 Jul 2007 22:56:38 +0000 (22:56 +0000)
ChangeLog
doc/Makefile

index 763bf9b42f0fa080438ca4c7f29e7d0b9474a7f4..c143217ac642db2ec5f1a9325089ac89680b5509 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 0f7541969c97a72e86ea71337aeb5ab5d1326f2f..e3bd948153d88d49818fcdf5da15e112cc6ef4cc 100644 (file)
@@ -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 $@ $<