[gambit-list] Patch to gambit-c.txi
Kurt B. Kaiser
kbk at shore.net
Tue Mar 14 21:50:47 EST 2006
Here's a small patch to put gambit-c into a reasonable place in the
info 'dir' file and allow the internal links to work correctly. Maybe
you have a better idea for a section than 'Software development'
--
KBK
#! /bin/sh /usr/share/dpatch/dpatch-run
## texinfo.dpatch by <"Kurt B. Kaiser" <kbk at shore.net>>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: 1. Node names must follow info file name w/o intervening space.
## DP: 2. Node names must be actual nodes.
## DP: 3. Add appropriate category in Info directory.
## DP: 4. Use texinfo commands instead of format.
@DPATCH@
diff -urNad gambc~/doc/gambit-c.txi gambc/doc/gambit-c.txi
--- gambc~/doc/gambit-c.txi 2006-01-08 13:37:24.000000000 -0800
+++ gambc/doc/gambit-c.txi 2006-03-05 18:01:13.000000000 -0800
@@ -9,15 +9,12 @@
@tableindent=1.3in
@end iftex
- at ifinfo
- at format
-START-INFO-DIR-ENTRY
+ at dircategory Software development
+ at direntry
* Gambit-C: (gambit-c). A portable implementation of Scheme.
-* gsi: (gambit-c) interpreter. Gambit interpreter.
-* gsc: (gambit-c) compiler. Gambit compiler.
-END-INFO-DIR-ENTRY
- at end format
- at end ifinfo
+* gsi: (gambit-c)GSI. Gambit interpreter.
+* gsc: (gambit-c)GSC. Gambit compiler.
+ at end direntry
@c Define new indices for commands, file names, and options.
@defcodeindex cm
More information about the Gambit-list
mailing list