classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Documentation patch: Add DIR entries to generated INFO files.


From: Steven Augart
Subject: Documentation patch: Add DIR entries to generated INFO files.
Date: Mon, 29 Mar 2004 01:24:25 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

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.

address@hidden
address@hidden GNU Libraries
address@hidden
+* VM Integration: (vmintegration).   GNU Classpath VM Integration Guide
address@hidden direntry
address@hidden 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.

address@hidden
address@hidden GNU Libraries
address@hidden
+* Classpath Hacking: (hacking).   GNU Classpath Hacker's Guide
address@hidden direntry
address@hidden ifnotplaintext
 @end ifinfo

 @titlepage




reply via email to

[Prev in Thread] Current Thread [Next in Thread]