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