1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
|
.\" Hey, Emacs! This is an -*- nroff -*- source file.
.\" Install-info and this manpage are Copyright 1994 by Ian Jackson.
.\"
.\" This is free software; see the GNU General Public Licence version 2
.\" or later for copying conditions. There is NO warranty.
.TH INSTALL-INFO 8 "29th November 1995" "Debian Project" "Debian GNU/Linux"
.SH NAME
install\-info \- create or update entry in Info directory
.SH SYNOPSIS
.B install\-info
[\-\-version] [\-\-help] [\-\-debug] [\-\-maxwidth=nnn]
[\-\-section regexp title] [\-\-infodir=xxx] [\-\-align=nnn]
[\-\-quiet] [\-\-menuentry=xxx] [\-\-description=xxx] [\-\-remove]
[\-\-] filename
.SH DESCRIPTION
.PP
.B install-info
makes, updates or removes entries in the Info directory, the
.B dir
file. When updating or creating entries, if no description is
specified on the command line or in the Info file it attempts to guess
a description from the contents of the file.
See the description of the
.B \-\-section
option for details of where the entry will be placed and a description
of the expected format of the
.B dir
file.
.SS OPTIONS
.TP
.BI "[\-\-] " filename
Gives the filename of the Info file whose menu entry is to be created,
updated or removed. The basename of this filename is used as the
referent of the menu entry which is created. This file must therefore
exist (or be about to be installed, or have previously existed when
removing an entry) in the same directory as the
.B dir
file (see the
.B \-\-infodir
option).
If
.I filename
ends in
.B .gz
it is taken to refer to a file compressed with GNU gzip; if it doesn't
exist, but a corresponding
.IB filename .gz
does, the latter is used instead.
When adding or updating entries the file must exist at the path
specified (possibly with an additional
.B .gz
extension).
.TP
.B \-\-remove
Specifies that the entry for the file
.I filename
is to be removed; by default entries are created or updated.
If the removal results in a section becoming empty the section heading
(and the spare blank line) will be removed as well, unless this is the
last section in the file or
.B \-\-keep\-old
is specified. See the
.B \-\-section
option for details about the expected format of the
.B dir
file.
If there are several suitable entries in the
.B dir
file only those in the first matching contiguous group will be removed
and the others silently ignored.
It is not an error for no suitable entry to be found, though
.B install\-info
will issue a warning unless the
.B \-\-quiet
option was specified.
When
.B \-\-remove
is specified the
.BR \-\-maxwidth ", " \-\-align " and " \-\-calign
formatting options are silently ignored.
.TP
.BI "\-\-section " "regexp title"
Specifies that, if a new entry is to be made, it should be placed in a
section of the
.B dir
file whose title matches
.IR regexp .
If no such section exists one will be created as the second last
section in the file (see below), with title
.IR title .
A section is a part of the
.B dir
menu delimited by blank lines; the first line is assumed to be the
title.
If a new entry is to be created
.B install-info
will attempt to insert it within the section according in alphabetic
order; if the entries in the section aren't already sorted the new
location within the section will be unpredictable. The order of
existing entries will not be changed.
The default is to append new entries to the end of the file. The last
section (even if it only consists of the title line) should always
exist, to ensure that new sections are created in the right place.
The final section should be titled to reflect the fact that Info files
with no more well specified location are appended to it.
If there is already an entry for the Info file being installed it is
replaced in situ with the new entry.
If a section is specified when removing an entry the section is
ignored and a warning is issued.
.TP
.BI \-\-infodir= infodir
Specifies that the
.B dir
file is, and the installed copy of the new Info file was, is or will
be located in
.IR infodir .
The default is
.BR /usr/info .
.TP
.BI \-\-align= nnn
Specifies that the first line of the description should be indented at
least
.I nnn
characters; extra spaces will be added as required. If necessary
because of the length of the
.B dir
menu entry details it may be offset more. The default is 27.
.TP
.BI \-\-calign= nnn
Specifies that the second and subsequent lines of the description
should be indented at least
.I nnn
characters. The default is 29.
.TP
.BI \-\-maxwidth= nnn
Specifies that the maximum width for the Info file is
.IR nnn .
This is used when wordwrapping the descriptive text.
The default is 79.
.TP
.B \-\-quiet
Prevents the usual display of the new menu entry just before it is
inserted, and of the messages announcing the replacement and removal
of existing entries and the creation and deletion of sections.
.TP
.B \-\-help
Causes
.B install-info
to display its usage information and exit.
.TP
.B \-\-version
Causes
.B install-info
to display its version and copyright information and exit.
.TP
.BI \-\-description= xxx
Specifies that the description to use after the menu entry in new or
updated entries be
.IR xxx .
The default is to use the the value specified in the Info file itself;
this is found by searching for a section of the form
.br
.B START\-INFO\-DIR\-ENTRY
.br
.B * Auto-PGP: (auto-pgp). PGP under GNU Emacs.
.br
.B END\-INFO\-DIR\-ENTRY
If the entry found in the Info file itself extends across several
lines, each giving a menu entry, the text found in the file is used
verbatim. In this case the alphabetic ordering scheme is turned off,
and the entries are inserted at the top of section in question. In
this case the
.BR \-\-menuentry ", " \-\-maxwidth ", " \-\-align ", " \-\-calign
.RB " and " \-\-menuentry
options are ignored.
If there is no
.B dir
entry in the file the program will try to find a paragraph early in
the file starting
.BR "this file documents" .
It will capitalise the first character of the remainder, and use that.
It is an error for none of these methods to yield a description.
If a description argument is given when
.B \-\-remove
is specified it is ignored and a warning is issued.
.TP
.BI \-\-menuentry= xxx
Specifies that the entry in the menu should be
.IR xxx .
The default is to use the the value specified in the Info file itself.
If this is not present the basename of the Info file is used
.RB "(any " ".info " "is deleted, and the entry is made mixed case)."
See above for details of the format expected for the menu entry in the
Info file.
When removing entries the value of the
.B \-\-menuentry
option must match the actual menu entry field in the menu item to be
removed (case not significant). If
.B \-\-menuentry
is omitted no check on the menu entry is done.
.TP
.B \-\-keep\-old
Inhibits the replacement of existing entries and the removal of empty
sections.
If the file being installed alreay has an entry in the directory the
old entry will be left alone instead of being replaced; the default is
to overwrite any old entry found with the newly generated one.
If
.BR \-\-remove " is specified " \-\-keep\-old
will prevent the removal of the section heading which would otherwise
happen if the section is made empty by the removal.
.TP
.B \-\-test
Enables test mode, which inhibits the update of the directory file.
.TP
.B \-\-debug
Enables debugging mode, in which the results of some internal
processing steps are shown.
.SH "SEE ALSO"
emacs(1), info(1), gzip(1)
.SH COPYRIGHT
Copyright 1994, Ian Jackson.
.B install\-info
is free software; see the GNU General Public Licence version 2 or
later for copying conditions. There is
.I no
warranty.
|