]> git.pld-linux.org Git - packages/texinfo.git/blob - texinfo-info.patch
- added --without-included-gettext to ./configure parameters (smaler binary),
[packages/texinfo.git] / texinfo-info.patch
1 diff -Nru texinfo-3.12f/doc/info-stnd.texi texinfo-3.12f.new/doc/info-stnd.texi
2 --- texinfo-3.12f/doc/info-stnd.texi    Fri Mar  5 20:55:59 1999
3 +++ texinfo-3.12f.new/doc/info-stnd.texi        Fri Apr  2 09:49:27 1999
4 @@ -10,9 +10,9 @@
5  
6  @include version.texi
7  
8 -@dircategory Texinfo documentation system
9 +@dircategory Texinfo documentation system:
10  @direntry
11 -* info program: (info-stnd).    Standalone Info-reading program.
12 +* info program: (info-stnd)            Standalone Info-reading program
13  @end direntry
14  
15  @ifinfo
16 diff -Nru texinfo-3.12f/doc/info.texi texinfo-3.12f.new/doc/info.texi
17 --- texinfo-3.12f/doc/info.texi Wed Jan 20 22:33:25 1999
18 +++ texinfo-3.12f.new/doc/info.texi     Fri Apr  2 09:50:02 1999
19 @@ -5,9 +5,9 @@
20  @comment %**end of header
21  @comment $Id$
22  
23 -@dircategory Texinfo documentation system
24 +@dircategory Texinfo documentation system:
25  @direntry
26 -* Info: (info).                 Documentation browsing system.
27 +* Info: (info)                         Documentation browsing system
28  @end direntry
29  
30  @ifinfo
31 diff -Nru texinfo-3.12f/doc/texinfo.txi texinfo-3.12f.new/doc/texinfo.txi
32 --- texinfo-3.12f/doc/texinfo.txi       Fri Mar  5 23:53:51 1999
33 +++ texinfo-3.12f.new/doc/texinfo.txi   Fri Apr  2 09:56:53 1999
34 @@ -26,13 +26,13 @@
35  @c Before release, run C-u C-c C-u C-a (texinfo-all-menus-update with a
36  @c prefix arg).  This updates the node pointers, which texinfmt.el needs.
37  
38 -@dircategory Texinfo documentation system
39 +@dircategory Texinfo documentation system:
40  @direntry
41 -* Texinfo: (texinfo).           The GNU documentation format.
42 -* install-info: (texinfo)Invoking install-info. Update info/dir entries.
43 -* texi2dvi: (texinfo)Format with texi2dvi.      Print Texinfo documents.
44 -* texindex: (texinfo)Format with tex/texindex.  Sort Texinfo index files.
45 -* makeinfo: (texinfo)makeinfo Preferred.        Translate Texinfo source.
46 +* Texinfo: (texinfo)                   The GNU documentation format
47 +* install-info: (texinfo)install-info  Update info/dir entries
48 +* texi2dvi: (texinfo)texi2dvi          Print Texinfo documents
49 +* texindex: (texinfo)texindex          Sort Texinfo index files
50 +* makeinfo: (texinfo)makeinfo          Translate Texinfo source
51  @end direntry
52  
53  @c Set smallbook if printing in smallbook format so the example of the
54 @@ -535,8 +535,8 @@
55  Formatting and Printing Hardcopy
56  
57  * Use TeX::                     Use @TeX{} to format for hardcopy.
58 -* Format with tex/texindex::    How to format with explicit shell commands.
59 -* Format with texi2dvi::        A simpler way to format.
60 +* texindex::                   How to format with explicit shell commands.
61 +* texi2dvi::                   A simpler way to format.
62  * Print with lpr::              How to print.
63  * Within Emacs::                How to format and print from an Emacs shell.
64  * Texinfo Mode Printing::       How to format and print in Texinfo mode.
65 @@ -573,7 +573,7 @@
66                                    located in other directories.
67  * Installing Dir Entries::      How to specify what menu entry to add
68                                    to the Info directory.
69 -* Invoking install-info::       @code{install-info} options.
70 +* install-info::               @code{install-info} options.
71  
72  Sample Permissions
73  
74 @@ -601,7 +601,7 @@
75  
76  Formatting Mistakes
77  
78 -* makeinfo Preferred::          @code{makeinfo} finds errors.
79 +* makeinfo::                   @code{makeinfo} finds errors.
80  * Debugging with Info::         How to catch errors with Info formatting.
81  * Debugging with TeX::          How to catch errors with @TeX{} formatting.
82  * Using texinfo-show-structure::  How to use @code{texinfo-show-structure}.
83 @@ -2206,7 +2206,7 @@
84  you must run the @code{texindex} command after first running the
85  @code{tex} typesetting command; and then you must run the @code{tex}
86  command again.  Or else run the @code{texi2dvi} command which
87 -automatically creates indices as needed (@pxref{Format with texi2dvi}).
88 +automatically creates indices as needed (@pxref{texi2dvi}).
89  
90  Often, when you are writing a document, you want to typeset and print
91  only part of a file to see what it will look like.  You can use the
92 @@ -3748,8 +3748,8 @@
93  
94  You need to include the @code{@@set@dots{}contentsaftertitlepage}
95  commands early in the document (just after @code{@@setfilename}, for
96 -example).  Or, if you're using @command{texi2dvi} (@pxref{Format with
97 -texi2dvi}), you can use its @option{--texinfo} option to specify this
98 +example).  Or, if you're using @command{texi2dvi} (@pxref{texi2dvi}),
99 +you can use its @option{--texinfo} option to specify this
100  without altering the source file at all.  For example:
101  @example
102  texi2dvi --texinfo=@@setshortcontentsaftertitlepage foo.texi
103 @@ -12356,8 +12356,8 @@
104  
105  @menu
106  * Use TeX::                     Use @TeX{} to format for hardcopy.
107 -* Format with tex/texindex::    How to format with explicit shell commands.
108 -* Format with texi2dvi::        A simpler way to format.
109 +* texindex::                   How to format with explicit shell commands.
110 +* texi2dvi::                   A simpler way to format.
111  * Print with lpr::              How to print.
112  * Within Emacs::                How to format and print from an Emacs shell.
113  * Texinfo Mode Printing::       How to format and print in Texinfo mode.
114 @@ -12372,7 +12372,7 @@
115                                  of pages and how to print scaled up output.
116  @end menu
117  
118 -@node Use TeX, Format with tex/texindex, Hardcopy, Hardcopy
119 +@node Use TeX, texindex, Hardcopy, Hardcopy
120  @section Use @TeX{}
121  
122  The typesetting program called @TeX{} is used for formatting a Texinfo
123 @@ -12397,7 +12397,7 @@
124  
125  
126  
127 -@node Format with tex/texindex, Format with texi2dvi, Use TeX, Hardcopy
128 +@node texindex, texi2dvi, Use TeX, Hardcopy
129  @section Format with @code{tex} and @code{texindex}
130  @cindex Shell formatting with @code{tex} and @code{texindex}
131  @cindex Formatting with @code{tex} and @code{texindex}
132 @@ -12418,7 +12418,7 @@
133  @pindex texindex
134  The @code{tex} formatting command itself does not sort the indices; it
135  writes an output file of unsorted index data.  (The @code{texi2dvi}
136 -command automatically generates indices; @pxref{Format with texi2dvi,,
137 +command automatically generates indices; @pxref{texi2dvi,,
138  Format with @code{texi2dvi}}.)  To generate a printed index after
139  running the @code{tex} command, you first need a sorted index to work
140  from.  The @code{texindex} command sorts indices.  (The source file
141 @@ -12492,7 +12492,7 @@
142  
143  @pindex texi2dvi
144  Alternatively, it's a one-step process: run @code{texi2dvi}
145 -(@pxref{Format with texi2dvi}).
146 +(@pxref{texi2dvi}).
147  
148  You need not run @code{texindex} each time after you run @code{tex}.  If
149  you do not, on the next run, the @code{tex} formatting command will use
150 @@ -12524,7 +12524,7 @@
151  (@pxref{Pointer Validation}).
152  
153  
154 -@node Format with texi2dvi, Print with lpr, Format with tex/texindex, Hardcopy
155 +@node texi2dvi, Print with lpr, texindex, Hardcopy
156  @section Format with @code{texi2dvi}
157  @pindex texi2dvi @r{(shell script)}
158  
159 @@ -12557,7 +12557,7 @@
160  For a list of other options, run @samp{texi2dvi --help}.
161  
162  
163 -@node Print with lpr, Within Emacs, Format with texi2dvi, Hardcopy
164 +@node Print with lpr, Within Emacs, texi2dvi, Hardcopy
165  @section Shell Print Using @code{lpr -d}
166  @pindex lpr @r{(DVI print command)}
167  
168 @@ -13029,7 +13029,7 @@
169  @xref{small}, for information about
170  commands that make it easier to produce examples for a smaller manual.
171  
172 -@xref{Format with texi2dvi}, and @ref{Preparing for TeX,,Preparing for
173 +@xref{texi2dvi}, and @ref{Preparing for TeX,,Preparing for
174  @TeX{}}, for other ways to format with @code{@@smallbook} that do not
175  require changing the source file.
176  
177 @@ -13058,7 +13058,7 @@
178  @end group
179  @end example
180  
181 -@xref{Format with texi2dvi}, and @ref{Preparing for TeX,,Preparing for
182 +@xref{texi2dvi}, and @ref{Preparing for TeX,,Preparing for
183  @TeX{}}, for other ways to format with @code{@@afourpaper} that do not
184  require changing the source file.
185  
186 @@ -13099,7 +13099,7 @@
187  margins, you must define a new command in @file{texinfo.tex} (or
188  @file{texinfo.cnf}, @pxref{Preparing for TeX,,Preparing for @TeX{}}).
189  
190 -@xref{Format with texi2dvi}, and @ref{Preparing for TeX,,Preparing for
191 +@xref{texi2dvi}, and @ref{Preparing for TeX,,Preparing for
192  @TeX{}}, for other ways to specify @code{@@pagesizes} that do not
193  require changing the source file.
194  
195 @@ -13847,7 +13847,7 @@
196                                    located in other directories.
197  * Installing Dir Entries::      How to specify what menu entry to add
198                                    to the Info directory.
199 -* Invoking install-info::       @code{install-info} options.
200 +* install-info::               @code{install-info} options.
201  @end menu
202  
203  @node Directory file, New Info File, Install an Info File, Install an Info File
204 @@ -14078,7 +14078,7 @@
205  special CTRL-_ character that Info needs will be present.
206  
207  
208 -@node Installing Dir Entries, Invoking install-info, Other Info Directories, Install an Info File
209 +@node Installing Dir Entries, install-info, Other Info Directories, Install an Info File
210  @section Installing Info Directory Files
211  
212  When you install an Info file onto your system, you can use the program
213 @@ -14099,7 +14099,7 @@
214  @@dircategory Texinfo documentation system
215  @@direntry
216  * Texinfo: (texinfo).           The GNU documentation format.
217 -* install-info: (texinfo)Invoking install-info. @dots{}
218 +* install-info: (texinfo)install-info  @dots{}
219  @dots{}
220  @@end direntry
221  @end smallexample
222 @@ -14110,7 +14110,7 @@
223  INFO-DIR-SECTION Texinfo documentation system
224  START-INFO-DIR-ENTRY
225  * Texinfo: (texinfo).           The GNU documentation format.
226 -* install-info: (texinfo)Invoking install-info. @dots{}
227 +* install-info: (texinfo)install-info   @dots{}
228  @dots{}
229  END-INFO-DIR-ENTRY
230  @end smallexample
231 @@ -14132,8 +14132,8 @@
232  specified categories.
233  
234  
235 -@node Invoking install-info,  , Installing Dir Entries, Install an Info File
236 -@section Invoking install-info
237 +@node install-info,  , Installing Dir Entries, Install an Info File
238 +@section install-info
239  
240  @pindex install-info
241  
242 @@ -16660,7 +16660,7 @@
243  command and you can use the @kbd{M-x Info-validate} command.@refill
244  
245  @menu
246 -* makeinfo Preferred::          @code{makeinfo} finds errors.
247 +* makeinfo::                   @code{makeinfo} finds errors.
248  * Debugging with Info::         How to catch errors with Info formatting.
249  * Debugging with TeX::          How to catch errors with @TeX{} formatting.
250  * Using texinfo-show-structure::  How to use @code{texinfo-show-structure}.
251 @@ -16668,7 +16668,7 @@
252  * Running Info-Validate::       How to find badly referenced nodes.
253  @end menu
254  
255 -@node makeinfo Preferred, Debugging with Info, Catching Mistakes, Catching Mistakes
256 +@node makeinfo, Debugging with Info, Catching Mistakes, Catching Mistakes
257  @ifinfo
258  @heading @code{makeinfo} Find Errors
259  @end ifinfo
260 @@ -16687,7 +16687,7 @@
261  cannot use @code{makeinfo}, or your problem is very puzzling, then you
262  may want to use the tools described in this appendix.@refill
263  
264 -@node Debugging with Info, Debugging with TeX, makeinfo Preferred, Catching Mistakes
265 +@node Debugging with Info, Debugging with TeX, makeinfo, Catching Mistakes
266  @comment  node-name,  next,  previous,  up
267  @section Catching Errors with Info Formatting
268  @cindex Catching errors with Info formatting
This page took 0.107647 seconds and 3 git commands to generate.