diff options
Diffstat (limited to 'Master/texmf/doc/man/man1/install-info.1')
-rw-r--r-- | Master/texmf/doc/man/man1/install-info.1 | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/Master/texmf/doc/man/man1/install-info.1 b/Master/texmf/doc/man/man1/install-info.1 new file mode 100644 index 00000000000..004d5d0f97d --- /dev/null +++ b/Master/texmf/doc/man/man1/install-info.1 @@ -0,0 +1,78 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.34. +.TH INSTALL-INFO "1" "December 2004" "install-info 4.8" "User Commands" +.SH NAME +install-info \- update info/dir entries +.SH SYNOPSIS +.B install-info +[\fIOPTION\fR]... [\fIINFO-FILE \fR[\fIDIR-FILE\fR]] +.SH DESCRIPTION +Install or delete dir entries from INFO\-FILE in the Info directory file +DIR\-FILE. +.SH OPTIONS +.TP +\fB\-\-delete\fR +delete existing entries for INFO\-FILE from DIR\-FILE; +don't insert any new entries. +.TP +\fB\-\-dir\-file\fR=\fINAME\fR +specify file name of Info directory file. +This is equivalent to using the DIR\-FILE argument. +.TP +\fB\-\-entry\fR=\fITEXT\fR +insert TEXT as an Info directory entry. +TEXT should have the form of an Info menu item line +plus zero or more extra lines starting with whitespace. +If you specify more than one entry, they are all added. +If you don't specify any entries, they are determined +from information in the Info file itself. +.TP +\fB\-\-help\fR +display this help and exit. +.TP +\fB\-\-info\-file\fR=\fIFILE\fR +specify Info file to install in the directory. +This is equivalent to using the INFO\-FILE argument. +.TP +\fB\-\-info\-dir\fR=\fIDIR\fR +same as \fB\-\-dir\-file\fR=\fIDIR\fR/dir. +.TP +\fB\-\-item\fR=\fITEXT\fR +same as \fB\-\-entry\fR TEXT. +An Info directory entry is actually a menu item. +.TP +\fB\-\-quiet\fR +suppress warnings. +.TP +\fB\-\-remove\fR +same as \fB\-\-delete\fR. +.TP +\fB\-\-section\fR=\fISEC\fR +put this file's entries in section SEC of the directory. +If you specify more than one section, all the entries +are added in each of the sections. +If you don't specify any sections, they are determined +from information in the Info file itself. +.TP +\fB\-\-version\fR +display version information and exit. +.SH "REPORTING BUGS" +Email bug reports to bug\-texinfo@gnu.org, +general questions and discussion to help\-texinfo@gnu.org. +Texinfo home page: http://www.gnu.org/software/texinfo/ +.SH COPYRIGHT +Copyright \(co 2004 Free Software Foundation, Inc. +There is NO warranty. You may redistribute this software +under the terms of the GNU General Public License. +For more information about these matters, see the files named COPYING. +.SH "SEE ALSO" +The full documentation for +.B install-info +is maintained as a Texinfo manual. If the +.B info +and +.B install-info +programs are properly installed at your site, the command +.IP +.B info install-info +.PP +should give you access to the complete manual. |