Patch to gambit-c.txi
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@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 -@ifinfo -@format -START-INFO-DIR-ENTRY +@dircategory Software development +@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 -@end format -@end ifinfo +* gsi: (gambit-c)GSI. Gambit interpreter. +* gsc: (gambit-c)GSC. Gambit compiler. +@end direntry @c Define new indices for commands, file names, and options. @defcodeindex cm
Afficher les réponses par date
Date: Tue, 14 Mar 2006 21:50:47 -0500 From: "Kurt B. Kaiser" <kbk@shore.net> 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' I put my Scheme48 reference manual (not the official one; mine is at <http://mumble.net/~campbell/s48-refman/>, for those curious) under `The Algorithmic Language Scheme'; I think I took this from Chicken's manual.
participants (2)
-
Kurt B. Kaiser -
Taylor Campbell