merge from gcc
authorDJ Delorie <dj@redhat.com>
Sat, 13 Nov 2004 15:48:36 +0000 (15:48 +0000)
committerDJ Delorie <dj@redhat.com>
Sat, 13 Nov 2004 15:48:36 +0000 (15:48 +0000)
libiberty/ChangeLog
libiberty/Makefile.in
libiberty/libiberty.texi

index c8ea33315254f595873b22837fc7f484ce394146..4e4e85a55c8c1bb7ca021a7be1c58c709fc22593 100644 (file)
@@ -1,3 +1,10 @@
+2004-11-12  Mike Stump  <mrs@apple.com>
+
+       * Makefile.in (libiberty.html): Fix html generation.
+
+       * libiberty.texi (Index): Fix html generation with makeinfo by
+       renaming this node to Manual Index.
+
 2004-09-08  Adam Nemet  <anemet@lnxw.com>
 
        * vasprintf.c: Accept __va_copy in addition to va_copy.
index 9f95c01327f39d6b3addd7b4ec882081cbecc897..ffa4ba51d67c9148737e99d405fbbae38e957d30 100644 (file)
@@ -258,7 +258,7 @@ libiberty.dvi : $(srcdir)/libiberty.texi $(TEXISRC)
        texi2dvi $(srcdir)/libiberty.texi
 
 libiberty.html : $(srcdir)/libiberty.texi $(TEXISRC)
-       $(MAKEINFO) --html -I$(srcdir) $(srcdir)/libiberty.texi
+       $(MAKEINFO) --no-split --html -I$(srcdir) -o $@ $<
 
 @MAINT@$(srcdir)/functions.texi : stamp-functions
 @MAINT@        @true
index b57e3c530e16f2390b4d58fb1058d95d327a40a6..aa51285b5ece93fa8501831dad5f185ee0934a2c 100644 (file)
@@ -93,7 +93,7 @@ This edition accompanies GCC 3, September 2001.
 * Licenses::           The various licenses under which libiberty sources are
                        distributed.
 
-* Index::              Index of functions and categories.
+* Manual Index::     Index of functions and categories.
 @end menu
 
 @node Using
@@ -315,8 +315,8 @@ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.
 
-@node    Index
-@unnumbered Index
+@node    Manual Index
+@unnumbered Manual Index
 
 @printindex cp
 
This page took 0.032583 seconds and 4 git commands to generate.