]> git.pld-linux.org Git - packages/texinfo.git/blame - texinfo-info.patch
- updated for 4.3
[packages/texinfo.git] / texinfo-info.patch
CommitLineData
3b227dcc
MM
1diff -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 @@
36510611 5
3b227dcc 6 @include version-stnd.texi
36510611
JB
7
8-@dircategory Texinfo documentation system
9+@dircategory Texinfo documentation system:
10 @direntry
3b227dcc
MM
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.
36510611
JB
15 @end direntry
16
17 @ifinfo
fd409270 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 @@
36510611
JB
21 @comment %**end of header
22 @comment $Id$
23
24-@dircategory Texinfo documentation system
25+@dircategory Texinfo documentation system:
26 @direntry
fd409270 27-* Info: (info). How to use the documentation browsing system.
28+* Info: (info). How to use the documentation
29+ browsing system
36510611
JB
30 @end direntry
31
32 @ifinfo
e63b1e8b
JB
33diff -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
608fd4fd 36@@ -22,13 +22,13 @@
88542f05 37
88542f05 38 @comment %**end of header
88542f05 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.
36510611 47-* makeinfo: (texinfo)Invoking makeinfo. Translate Texinfo source.
88542f05 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
608fd4fd 55 @c Before release, run C-u C-c C-u C-a (texinfo-all-menus-update with a
3b227dcc 56@@ -517,8 +517,8 @@
88542f05 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.
3b227dcc 67@@ -561,7 +561,7 @@
e63b1e8b 68 located in other directories.
88542f05 69 * Installing Dir Entries:: How to specify what menu entry to add
e63b1e8b 70 to the Info directory.
88542f05 71-* Invoking install-info:: @code{install-info} options.
e63b1e8b 72+* install-info:: @code{install-info} options.
88542f05 73
36510611 74 Include Files
88542f05 75
3b227dcc 76@@ -583,7 +583,7 @@
88542f05 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}.
3b227dcc 85@@ -2263,7 +2263,7 @@
88542f05 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
fd409270 94@@ -3970,8 +3970,8 @@
88542f05 95
96 You need to include the @code{@@set@dots{}contentsaftertitlepage}
97 commands early in the document (just after @code{@@setfilename}, for
fd409270 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:
88542f05 103 @example
fd409270 104 texi2dvi --texinfo=@@setcontentsaftertitlepage foo.texi
3b227dcc
MM
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
e63b1e8b 109-invoking @command{texi2dvi} with the @samp{-E} option; see @ref{Format
3b227dcc 110-with texi2dvi}.
e63b1e8b 111+invoking @command{texi2dvi} with the @samp{-E} option; see @ref{texi2dvi}.
3b227dcc
MM
112
113 @node alias
114 @section @samp{@@alias @var{new}=@var{existing}}
115@@ -12825,8 +12825,8 @@
88542f05 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.
3b227dcc
MM
126@@ -12857,7 +12857,7 @@
127 File}).
88542f05 128
88542f05 129
608fd4fd 130-@node Format with tex/texindex
131+@node texindex
88542f05 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}
3b227dcc 135@@ -12878,7 +12878,7 @@
88542f05 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
3b227dcc 144@@ -12955,7 +12955,7 @@
88542f05 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
3b227dcc 153@@ -12987,7 +12987,7 @@
88542f05 154 (@pxref{Pointer Validation}).
155
156
608fd4fd 157-@node Format with texi2dvi
158+@node texi2dvi
88542f05 159 @section Format with @code{texi2dvi}
160 @pindex texi2dvi @r{(shell script)}
161
3b227dcc 162@@ -13532,7 +13532,7 @@
88542f05 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
3b227dcc 171@@ -13562,7 +13562,7 @@
88542f05 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
36510611 177 @TeX{}}, for other ways to format for different paper sizes that do not
88542f05 178 require changing the source file.
179
3b227dcc 180@@ -13608,7 +13608,7 @@
88542f05 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
3b227dcc 189@@ -14453,7 +14453,7 @@
e63b1e8b 190 located in other directories.
88542f05 191 * Installing Dir Entries:: How to specify what menu entry to add
e63b1e8b 192 to the Info directory.
88542f05 193-* Invoking install-info:: @code{install-info} options.
e63b1e8b 194+* install-info:: @code{install-info} options.
88542f05 195 @end menu
196
608fd4fd 197
3b227dcc 198@@ -14700,7 +14700,7 @@
608fd4fd 199 @@dircategory Texinfo documentation system
88542f05 200 @@direntry
608fd4fd 201 * Texinfo: (texinfo). The GNU documentation format.
88542f05 202-* install-info: (texinfo)Invoking install-info. @dots{}
608fd4fd 203+* install-info: (texinfo)install-info. @dots{}
88542f05 204 @dots{}
205 @@end direntry
206 @end smallexample
3b227dcc 207@@ -14711,7 +14711,7 @@
608fd4fd 208 INFO-DIR-SECTION Texinfo documentation system
88542f05 209 START-INFO-DIR-ENTRY
608fd4fd 210 * Texinfo: (texinfo). The GNU documentation format.
88542f05 211-* install-info: (texinfo)Invoking install-info. @dots{}
608fd4fd 212+* install-info: (texinfo)install-info. @dots{}
88542f05 213 @dots{}
214 END-INFO-DIR-ENTRY
215 @end smallexample
e63b1e8b
JB
216@@ -14747,7 +14747,7 @@
217 traditional @command{man} system.
88542f05 218
219
608fd4fd 220-@node Invoking install-info
608fd4fd 221+@node install-info
e63b1e8b 222 @subsection Invoking @command{install-info}
88542f05 223 @pindex install-info
224
3b227dcc 225@@ -17143,7 +17143,7 @@
88542f05 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}.
3b227dcc 234@@ -17151,7 +17151,7 @@
88542f05 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
3b227dcc 243@@ -17170,7 +17170,7 @@
88542f05 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.067569 seconds and 4 git commands to generate.