]> git.pld-linux.org Git - packages/texinfo.git/blob - texinfo-info.patch
ac6bb6d86348d4ea7d4196269e043d508315f359
[packages/texinfo.git] / texinfo-info.patch
1 diff -ur texinfo-4.1-/doc/info-stnd.texi texinfo-4.1/doc/info-stnd.texi
2 --- texinfo-4.1-/doc/info-stnd.texi     Sat Mar  2 16:03:54 2002
3 +++ texinfo-4.1/doc/info-stnd.texi      Sat Mar  9 15:58:09 2002
4 @@ -10,10 +10,10 @@
5  
6  @include version-stnd.texi
7  
8 -@dircategory Texinfo documentation system
9 +@dircategory Texinfo documentation system:
10  @direntry
11 -* info standalone: (info-stnd).            Read Info documents without Emacs.
12 -* infokey: (info-stnd)Invoking infokey.    Compile Info customizations.
13 +* info standalone: (info-stnd).                Read Info documents without Emacs.
14 +* infokey: (info-stnd)Invoking infokey.        Compile Info customizations.
15  @end direntry
16  
17  @ifinfo
18 Only in texinfo-4.1/doc: info-stnd.texi.orig
19 Only in texinfo-4.1/doc: info-stnd.texi.rej
20 Only in texinfo-4.1/doc: info.texi.orig
21 Only in texinfo-4.1/doc: texinfo.txi.orig
22 --- texinfo-4.2/doc/info.texi.orig      Mon Mar 18 10:00:32 2002
23 +++ texinfo-4.2/doc/info.texi   Tue May  7 06:41:06 2002
24 @@ -8,9 +8,10 @@
25  @comment %**end of header
26  @comment $Id$
27  
28 -@dircategory Texinfo documentation system
29 +@dircategory Texinfo documentation system:
30  @direntry
31 -* Info: (info).         How to use the documentation browsing system.
32 +* Info: (info).                                How to use the documentation
33 +                                       browsing system
34  @end direntry
35  
36  @ifinfo
37 diff -ur texinfo-4.1-/doc/texinfo.txi texinfo-4.1/doc/texinfo.txi
38 --- texinfo-4.1-/doc/texinfo.txi        Mon Mar  4 15:52:53 2002
39 +++ texinfo-4.1/doc/texinfo.txi Sat Mar  9 15:55:55 2002
40 @@ -22,13 +22,13 @@
41  
42  @comment %**end of header
43  
44 -@dircategory Texinfo documentation system
45 +@dircategory Texinfo documentation system:
46  @direntry
47 -* Texinfo: (texinfo).           The GNU documentation format.
48 -* install-info: (texinfo)Invoking install-info. Update info/dir entries.
49 -* texi2dvi: (texinfo)Format with texi2dvi.      Print Texinfo documents.
50 -* texindex: (texinfo)Format with tex/texindex.  Sort Texinfo index files.
51 -* makeinfo: (texinfo)Invoking makeinfo.         Translate Texinfo source.
52 +* Texinfo: (texinfo)                   The GNU documentation format
53 +* install-info: (texinfo)install-info  Update info/dir entries
54 +* texi2dvi: (texinfo)texi2dvi          Print Texinfo documents
55 +* texindex: (texinfo)texindex          Sort Texinfo index files
56 +* makeinfo: (texinfo)makeinfo          Translate Texinfo source
57  @end direntry
58  
59  @c Before release, run C-u C-c C-u C-a (texinfo-all-menus-update with a
60 @@ -517,8 +517,8 @@
61  Formatting and Printing Hardcopy
62  
63  * Use TeX::                     Use @TeX{} to format for hardcopy.
64 -* Format with tex/texindex::    How to format with explicit shell commands.
65 -* Format with texi2dvi::        A simpler way to format.
66 +* texindex::                   How to format with explicit shell commands.
67 +* texi2dvi::                   A simpler way to format.
68  * Print with lpr::              How to print.
69  * Within Emacs::                How to format and print from an Emacs shell.
70  * Texinfo Mode Printing::       How to format and print in Texinfo mode.
71 @@ -561,7 +561,7 @@
72                                    located in other directories.
73  * Installing Dir Entries::      How to specify what menu entry to add
74                                    to the Info directory.
75 -* Invoking install-info::       @code{install-info} options.
76 +* install-info::               @code{install-info} options.
77  
78  Include Files
79  
80 @@ -583,7 +583,7 @@
81  
82  Formatting Mistakes
83  
84 -* makeinfo Preferred::          @code{makeinfo} finds errors.
85 +* makeinfo::                   @code{makeinfo} finds errors.
86  * Debugging with Info::         How to catch errors with Info formatting.
87  * Debugging with TeX::          How to catch errors with @TeX{} formatting.
88  * Using texinfo-show-structure::  How to use @code{texinfo-show-structure}.
89 @@ -2263,7 +2263,7 @@
90  you must run the @code{texindex} command after first running the
91  @code{tex} typesetting command; and then you must run the @code{tex}
92  command again.  Or else run the @code{texi2dvi} command which
93 -automatically creates indices as needed (@pxref{Format with texi2dvi}).
94 +automatically creates indices as needed (@pxref{texi2dvi}).
95  
96  Often, when you are writing a document, you want to typeset and print
97  only part of a file to see what it will look like.  You can use the
98 @@ -3970,8 +3970,8 @@
99  
100  You need to include the @code{@@set@dots{}contentsaftertitlepage}
101  commands early in the document (just after @code{@@setfilename}, for
102 -example).  We recommend using @command{texi2dvi} (@pxref{Format with
103 -texi2dvi}) to specify this without altering the source file at all.  For
104 +example).  We recommend using @command{texi2dvi} (@pxref{(texinfo)texi2dvi})
105 +to specify this without altering the source file at all.  For
106  example:
107  @example
108  texi2dvi --texinfo=@@setcontentsaftertitlepage foo.texi
109 @@ -12680,8 +12680,7 @@
110  
111  If some macro feature causes errors when producing the printed version
112  of a manual, try expanding the macros with @command{makeinfo} by
113 -invoking @command{texi2dvi} with the @samp{-e} option; see @ref{Format
114 -with texi2dvi}.
115 +invoking @command{texi2dvi} with the @samp{-e} option; see @ref{texi2dvi}.
116  
117  @node alias
118  @section @samp{@@alias @var{new}=@var{existing}}
119 @@ -12825,8 +12825,8 @@
120  
121  @menu
122  * Use TeX::                     Use @TeX{} to format for hardcopy.
123 -* Format with tex/texindex::    How to format with explicit shell commands.
124 -* Format with texi2dvi::        A simpler way to format.
125 +* texindex::                   How to format with explicit shell commands.
126 +* texi2dvi::                   A simpler way to format.
127  * Print with lpr::              How to print.
128  * Within Emacs::                How to format and print from an Emacs shell.
129  * Texinfo Mode Printing::       How to format and print in Texinfo mode.
130 @@ -12857,7 +12857,7 @@
131  File}).
132  
133  
134 -@node Format with tex/texindex
135 +@node texindex
136  @section Format with @code{tex} and @code{texindex}
137  @cindex Shell formatting with @code{tex} and @code{texindex}
138  @cindex Formatting with @code{tex} and @code{texindex}
139 @@ -12878,7 +12878,7 @@
140  @pindex texindex
141  The @code{tex} formatting command itself does not sort the indices; it
142  writes an output file of unsorted index data.  (The @code{texi2dvi}
143 -command automatically generates indices; @pxref{Format with texi2dvi,,
144 +command automatically generates indices; @pxref{texi2dvi,,
145  Format with @code{texi2dvi}}.)  To generate a printed index after
146  running the @code{tex} command, you first need a sorted index to work
147  from.  The @code{texindex} command sorts indices.  (The source file
148 @@ -12955,7 +12955,7 @@
149  
150  @pindex texi2dvi
151  Alternatively, it's a one-step process: run @code{texi2dvi}
152 -(@pxref{Format with texi2dvi}).
153 +(@pxref{texi2dvi}).
154  
155  You need not run @code{texindex} each time after you run @code{tex}.  If
156  you do not, on the next run, the @code{tex} formatting command will use
157 @@ -12987,7 +12987,7 @@
158  (@pxref{Pointer Validation}).
159  
160  
161 -@node Format with texi2dvi
162 +@node texi2dvi
163  @section Format with @code{texi2dvi}
164  @pindex texi2dvi @r{(shell script)}
165  
166 @@ -13532,7 +13532,7 @@
167  @xref{small}, for information about
168  commands that make it easier to produce examples for a smaller manual.
169  
170 -@xref{Format with texi2dvi}, and @ref{Preparing for TeX,,Preparing for
171 +@xref{texi2dvi}, and @ref{Preparing for TeX,,Preparing for
172  @TeX{}}, for other ways to format with @code{@@smallbook} that do not
173  require changing the source file.
174  
175 @@ -13562,7 +13562,7 @@
176  @end group
177  @end example
178  
179 -@xref{Format with texi2dvi}, and @ref{Preparing for TeX,,Preparing for
180 +@xref{texi2dvi}, and @ref{Preparing for TeX,,Preparing for
181  @TeX{}}, for other ways to format for different paper sizes that do not
182  require changing the source file.
183  
184 @@ -13608,7 +13608,7 @@
185  margins, you must define a new command in @file{texinfo.tex} (or
186  @file{texinfo.cnf}, @pxref{Preparing for TeX,,Preparing for @TeX{}}).
187  
188 -@xref{Format with texi2dvi}, and @ref{Preparing for TeX,,Preparing for
189 +@xref{texi2dvi}, and @ref{Preparing for TeX,,Preparing for
190  @TeX{}}, for other ways to specify @code{@@pagesizes} that do not
191  require changing the source file.
192  
193 @@ -14453,7 +14453,7 @@
194                                    located in other directories.
195  * Installing Dir Entries::      How to specify what menu entry to add
196                                    to the Info directory.
197 -* Invoking install-info::       @code{install-info} options.
198 +* install-info::               @code{install-info} options.
199  @end menu
200  
201  
202 @@ -14700,7 +14700,7 @@
203  @@dircategory Texinfo documentation system
204  @@direntry
205  * Texinfo: (texinfo).           The GNU documentation format.
206 -* install-info: (texinfo)Invoking install-info. @dots{}
207 +* install-info: (texinfo)install-info. @dots{}
208  @dots{}
209  @@end direntry
210  @end smallexample
211 @@ -14711,7 +14711,7 @@
212  INFO-DIR-SECTION Texinfo documentation system
213  START-INFO-DIR-ENTRY
214  * Texinfo: (texinfo).           The GNU documentation format.
215 -* install-info: (texinfo)Invoking install-info. @dots{}
216 +* install-info: (texinfo)install-info. @dots{}
217  @dots{}
218  END-INFO-DIR-ENTRY
219  @end smallexample
220 @@ -14747,8 +14747,8 @@
221  as a whole in the appropriate other category.
222  
223  
224 -@node Invoking install-info
225 -@subsection Invoking install-info
226 +@node install-info
227 +@subsection install-info
228  
229  @pindex install-info
230  
231 @@ -17143,7 +17143,7 @@
232  command and you can use the @kbd{M-x Info-validate} command.@refill
233  
234  @menu
235 -* makeinfo Preferred::          @code{makeinfo} finds errors.
236 +* makeinfo::                   @code{makeinfo} finds errors.
237  * Debugging with Info::         How to catch errors with Info formatting.
238  * Debugging with TeX::          How to catch errors with @TeX{} formatting.
239  * Using texinfo-show-structure::  How to use @code{texinfo-show-structure}.
240 @@ -17151,7 +17151,7 @@
241  * Running Info-Validate::       How to find badly referenced nodes.
242  @end menu
243  
244 -@node makeinfo Preferred, Debugging with Info, Catching Mistakes, Catching Mistakes
245 +@node makeinfo, Debugging with Info, Catching Mistakes, Catching Mistakes
246  @ifinfo
247  @heading @code{makeinfo} Find Errors
248  @end ifinfo
249 @@ -17170,7 +17170,7 @@
250  cannot use @code{makeinfo}, or your problem is very puzzling, then you
251  may want to use the tools described in this appendix.@refill
252  
253 -@node Debugging with Info, Debugging with TeX, makeinfo Preferred, Catching Mistakes
254 +@node Debugging with Info, Debugging with TeX, makeinfo, Catching Mistakes
255  @comment  node-name,  next,  previous,  up
256  @section Catching Errors with Info Formatting
257  @cindex Catching errors with Info formatting
This page took 0.046559 seconds and 2 git commands to generate.