STScI logoSTSDAS Help Pages
mkapropos ctio mkapropos

NAME · USAGE · PARAMETERS · DESCRIPTION · EXAMPLES · SEE_ALSO

NAME

mkapropos -- make the apropos database

USAGE

mkapropos helpdir aproposdb

PARAMETERS

helpdir = "lib$root.hd"
The filename of the root help directory file (".hd" file) defining the help tree to be updated.
aproposdb = "ctio$src/apropos/db/root.db"
The filename of the apropos database to be written.
verbose = no
If this switch is enabled, mkapropos will print a detailed description of the help database as it is being compiled. A more concise summary listing only the packages and the number of help modules in each package is printed by default.

DESCRIPTION

The mkapropos task descends a tree of help directory (".hd") files and compiles a text database from the information therein, specifically from the package menu files (".men"). The apropos database is used to speed global searches when information is requested for a subject. Each line of the apropos database contains the name of the task or package, a brief description of it (taken from the .men files) and the package where it belongs. By default, mkapropos parameters are set to recompiles the standard IRAF apropos database (lib$root.db), although any other similar database may be recompiled, such as for the ctio , and noao add-on packages. Also, every user can build apropos databases for his own packages.

EXAMPLES

1. Update the ctio package apropos database.

	lo> mkapropos ctio$lib/root.hd ctio$src/apropos/db/ctio.db

2. Update a user apropos database.

	lo> mkap helpdir=myroot.hd aproposdb=my.db

SEE ALSO

apropos, mkhelpdb


Source Code · Search Form · STSDAS

Maintained by the Science Software Group at STScI
This file last updated on 9 Apr 1990