install-info (1)

INSTALL-INFO(1) User Commands INSTALL-INFO(1) NAME install-info - update info/dir entries SYNOPSIS install-info [OPTION]... [INFO-FILE [DIR-FILE]] DESCRIPTION Add or remove entries in INFO-FILE from the Info directory DIR-FILE. OPTIONS --debug report what is being done. --delete delete existing entries for INFO-FILE from DIR-FILE; don't insert any new entries. --dir-file=NAME specify file name of Info directory file. This is equivalent to using the DIR-FILE argument. --entry=TEXT 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. --help display this help and exit. --info-file=FILE specify Info file to install in the directory. This is equiva- lent to using the INFO-FILE argument. --info-dir=DIR same as --dir-file=DIR/dir. --item=TEXT same as --entry TEXT. An Info directory entry is actually a menu item. --quiet suppress warnings. --remove same as --delete. --remove-exactly only remove if the info file name matches exactly; .info and/or .gz suffixes are not ignored. --section=SEC 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. --section-regex=R if an entry is added to a section that does not exist, look for a section matching basic regular expression R (and ignoring case) before starting a new section. --test suppress updating of DIR-FILE. --silent suppress warnings. --version display version information and exit. REPORTING BUGS Email bug reports to <a href="mailto:bug-texinfo@gnu.org">bug-texinfo@gnu.org</a>, general questions and discus- sion to <a href="mailto:help-texinfo@gnu.org">help-texinfo@gnu.org</a>. Texinfo home page: <a href="http://www.gnu.org/software/texinfo/" title="http://www.gnu.org/software/texinfo/">http://www.gnu.org/software/texinfo/</a> COPYRIGHT Copyright (C) 2007 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO The full documentation for install-info is maintained as a Texinfo man- ual. If the info and install-info programs are properly installed at your site, the command info install-info should give you access to the complete manual. install-info 4.11 September 2007 INSTALL-INFO(1)