1INSTALL-INFO(1) User Commands INSTALL-INFO(1)
2
3
4
6 install-info - update info/dir entries
7
9 install-info [OPTION]... [INFO-FILE [DIR-FILE]]
10
12 Add or remove entries in INFO-FILE from the Info directory DIR-FILE.
13 INFO-FILE and DIR-FILE are required unless the --info-file or
14 --dir-file (or --info-dir) options are given, respectively.
15
17 --add-once
18 add only to first matching section, not all.
19
20 --align=COL
21 start description of new entries at column COL.
22
23 --calign=COL
24 format second and subsequent description lines to start at col‐
25 umn COL.
26
27 --debug
28 report what is being done.
29
30 --delete
31 delete existing entries for INFO-FILE from DIR-FILE; don't
32 insert any new entries.
33
34 --description=TEXT
35 the description of the entry is TEXT; used with the --name
36 option to become synonymous with the --entry option.
37
38 --dir-file=NAME
39 specify file name of Info directory file; equivalent to using
40 the DIR-FILE argument.
41
42 --dry-run
43 same as --test.
44
45 --entry=TEXT
46 insert TEXT as an Info directory entry, overriding any corre‐
47 sponding entry from DIR-FILE. TEXT is written as an Info menu
48 item line followed
49
50 by zero or more extra lines starting with whitespace.
51
52 If you specify more than one entry, all are added. If you don't
53 specify any entries, they are determined
54
55 from information in the Info file itself.
56
57 --help display this help and exit.
58
59 --info-dir=DIR
60 same as --dir-file=DIR/dir.
61
62 --info-file=FILE
63 specify Info file to install in the directory; equivalent to
64 using the INFO-FILE argument.
65
66 --item=TEXT
67 same as --entry=TEXT.
68
69 --keep-old
70 do not replace entries, or remove empty sections.
71
72 --maxwidth, --max-width=COL
73 wrap description at column COL.
74
75 --menuentry=TEXT
76 same as --name=TEXT.
77
78 --name=TEXT
79 the name of the entry is TEXT; used with --description to become
80 synonymous with the --entry option.
81
82 --no-indent
83 do not format new entries in the DIR file.
84
85 --quiet
86 suppress warnings.
87
88 --regex=R
89 put this file's entries in all sections that match the regular
90 expression R (ignoring case).
91
92 --remove
93 same as --delete.
94
95 --remove-exactly
96 only remove if the info file name matches exactly; suffixes such
97 as .info and .gz are not ignored.
98
99 --section=SEC
100 put entries in section SEC of the directory. If you specify
101 more than one section, all the entries
102
103 are added in each of the sections.
104
105 If you don't specify any sections, they are determined
106
107 from information in the Info file itself.
108
109 --section R SEC
110 equivalent to --regex=R --section=SEC --add-once.
111
112 --silent
113 suppress warnings.
114
115 --test suppress updating of DIR-FILE.
116
117 --version
118 display version information and exit.
119
121 Email bug reports to bug-texinfo@gnu.org, general questions and discus‐
122 sion to help-texinfo@gnu.org.
123 Texinfo home page: http://www.gnu.org/software/texinfo/
124
126 Copyright © 2013 Free Software Foundation, Inc. License GPLv3+: GNU
127 GPL version 3 or later <http://gnu.org/licenses/gpl.html>
128 This is free software: you are free to change and redistribute it.
129 There is NO WARRANTY, to the extent permitted by law.
130
132 The full documentation for install-info is maintained as a Texinfo man‐
133 ual. If the info and install-info programs are properly installed at
134 your site, the command
135
136 info install-info
137
138 should give you access to the complete manual.
139
140
141
142install-info 5.1 April 2018 INSTALL-INFO(1)