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