[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH]: add INFO-DIR-SECTION and INFO-DIR-ENTRY

From: David Kimdon <dwhedon_at_debian.org>
Date: 2002-08-07 16:09:31 CEST

Hi,

The included patch adds info section and a directory entry as
described here:

http://www.delorie.com/gnu/docs/texinfo/texinfo_236.html

For example, if installed with install-info then just typing 'info'
brings up the toplevel index, the subversion entries look like this:

* iostream-295: (iostream-295). The C++ input/output facility
                                               (GCC 2.95.x).
* Subversion Design: (svn-design). Design of Subversion.
* Subversion Handbook: (svn-handbook). General guide to Subversion.
* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite

There is some binding to emacs as well that brings up this table of
contents. I'm not sure that we want to patch Makefile.in to call
install-info since:

1. some systems don't have install-info
2. what happens when building rpm's or deb's then? For the .deb's I
can install-info at .deb install time on the users machine.

With the included patch someone who wants to register with the info
system can do so more easily.

-David

* doc/handbook/svn-handbook.texi, doc/programmer/design/svn-design.texi : add
  INFO-DIR-SECTION and INFO-DIR-ENTRY so these documents can be registered with
  the info index.

Index: ./doc/handbook/svn-handbook.texi
===================================================================
--- ./doc/handbook/svn-handbook.texi
+++ ./doc/handbook/.svn/tmp/svn-handbook.texi.63336.00001.tmp 2002-08-07 07:06:17.000000000 -0700
@@ -59,6 +59,16 @@
 
 @c @finalout
 
+@ifinfo
+@format
+INFO-DIR-SECTION Development
+START-INFO-DIR-ENTRY
+* Subversion Handbook: (svn-handbook). General guide to Subversion.
+END-INFO-DIR-ENTRY
+@end format
+@end ifinfo
+
+
 @c Browser defaults lose. Let's go for black text on white background.
 @ifhtml
 @html
Index: ./doc/programmer/design/svn-design.texi
===================================================================
--- ./doc/programmer/design/svn-design.texi
+++ ./doc/programmer/design/svn-design.texi 2002-08-07 06:06:38.000000000 -0700
@@ -59,6 +59,16 @@
 
 @c @finalout
 
+@ifinfo
+@format
+INFO-DIR-SECTION Development
+START-INFO-DIR-ENTRY
+* Subversion Design: (svn-design). Design of Subversion.
+END-INFO-DIR-ENTRY
+@end format
+@end ifinfo
+
+
 @c Browser defaults lose. Let's go for black text on white background.
 @ifhtml
 @html

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 7 16:06:58 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.