This is a patch against the GNU Classpath 0.08 distribution.  It
modifies the TeXinfo sources to add DIR entries to the generated .info
files.

With the DIR entries, you can then symlink the .info files into your
/usr/local/info directory and run "install-info" to create directory
entries for them.  You'll see the directory entries the next time you
start the standalone info reader or Emacs's M-x info.

Author: Steven Augart <steve+freejava at augart dot com>
Date:   Monday, 29 March 2004.


I created the patch with the commands:


LC_ALL=C TZ=GMT diff -u classpath-0.08/classpath/doc/vmintegration.texinfo{.~1~,} > classpath-0.08/info-file-dir-entries-1.patch
LC_ALL=C TZ=GMT diff -u classpath-0.08/classpath/doc/hacking.texinfo{.~1~,} >> classpath-0.08/info-file-dir-entries-1.patch



--- classpath-0.08/classpath/doc/vmintegration.texinfo.~1~ 2002-10-04 15:26:25.000000000 +0000
+++ classpath-0.08/classpath/doc/vmintegration.texinfo 2004-03-29 06:11:51.000000000 +0000
@@ -14,6 +14,12 @@


Copyright (C) 1998-2002 Free Software Foundation, Inc.

[EMAIL PROTECTED]
[EMAIL PROTECTED] GNU Libraries
[EMAIL PROTECTED]
+* VM Integration: (vmintegration).   GNU Classpath VM Integration Guide
[EMAIL PROTECTED] direntry
[EMAIL PROTECTED] ifnotplaintext
 @end ifinfo

@titlepage
--- classpath-0.08/classpath/doc/hacking.texinfo.~1~ 2004-02-08 00:00:51.000000000 +0000
+++ classpath-0.08/classpath/doc/hacking.texinfo 2004-03-29 06:13:11.000000000 +0000
@@ -13,6 +13,12 @@


Copyright (C) 1998,1999,2000,2001,2002,2003, 2004 Free Software Foundation, Inc.

[EMAIL PROTECTED]
[EMAIL PROTECTED] GNU Libraries
[EMAIL PROTECTED]
+* Classpath Hacking: (hacking).   GNU Classpath Hacker's Guide
[EMAIL PROTECTED] direntry
[EMAIL PROTECTED] ifnotplaintext
 @end ifinfo

@titlepage


_______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to