I'm checking this in.

Jakub found this in libgcj; I'm just pushing the patch upstream for
him.

The bug is that the @direntry lines in the .texi files were wrong.

Tom

ChangeLog:
2008-02-18  Jakub Jelinek  <[EMAIL PROTECTED]>

        * doc/cp-tools.texinfo (@direntry): Prefix info name with cp-.
        * doc/cp-hacking.texinfo (@direntry): Likewise.
        * doc/cp-vmintegration.texinfo (@direntry): Likewise.

Index: doc/cp-hacking.texinfo
===================================================================
RCS file: /cvsroot/classpath/classpath/doc/cp-hacking.texinfo,v
retrieving revision 1.5
diff -u -r1.5 cp-hacking.texinfo
--- doc/cp-hacking.texinfo      15 Oct 2007 21:33:25 -0000      1.5
+++ doc/cp-hacking.texinfo      18 Feb 2008 18:30:44 -0000
@@ -16,7 +16,7 @@
 @ifnotplaintext
 @dircategory GNU Libraries
 @direntry
-* Classpath Hacking: (hacking).   GNU Classpath Hacker's Guide
+* Classpath Hacking: (cp-hacking).  GNU Classpath Hacker's Guide
 @end direntry
 @end ifnotplaintext
 @end ifinfo
Index: doc/cp-tools.texinfo
===================================================================
RCS file: /cvsroot/classpath/classpath/doc/cp-tools.texinfo,v
retrieving revision 1.4
diff -u -r1.4 cp-tools.texinfo
--- doc/cp-tools.texinfo        26 Mar 2007 22:58:20 -0000      1.4
+++ doc/cp-tools.texinfo        18 Feb 2008 18:30:44 -0000
@@ -27,7 +27,7 @@
 @ifnotplaintext
 @dircategory GNU Libraries
 @direntry
-* Classpath Tools: (tools).       GNU Classpath Tools Guide
+* Classpath Tools: (cp-tools).  GNU Classpath Tools Guide
 @end direntry
 @end ifnotplaintext
 @end ifinfo
Index: doc/cp-vmintegration.texinfo
===================================================================
RCS file: /cvsroot/classpath/classpath/doc/cp-vmintegration.texinfo,v
retrieving revision 1.4
diff -u -r1.4 cp-vmintegration.texinfo
--- doc/cp-vmintegration.texinfo        8 Feb 2008 18:34:55 -0000       1.4
+++ doc/cp-vmintegration.texinfo        18 Feb 2008 18:30:44 -0000
@@ -17,7 +17,7 @@
 @ifnotplaintext
 @dircategory GNU Libraries
 @direntry
-* VM Integration: (vmintegration).   GNU Classpath VM Integration Guide
+* VM Integration: (cp-vmintegration).  GNU Classpath VM Integration Guide
 @end direntry
 @end ifnotplaintext
 @end ifinfo

Reply via email to