dhelp_parse(8) | Debian Linux manual | dhelp_parse(8) |
dhelp_parse - Debian online help parser
dhelp_parse [ -r | -i | -a doc-base_file | -d doc-base_file ]
This program is used by package developers to register the documents included in a package.
In most cases it is called by install-docs (see doc-base package), which in turn is called from the postinst and prerm scripts of a Debian package.
An index of the registered documents is written in the directory /usr/share/doc/HTML
You should usually rely on install-docs to do the work for you, but if for some reason you want to use dhelp_parse directly (not recommended!), you have to call it like this:
if [ -x /usr/sbin/dhelp_parse ]; then
dhelp_parse -a /var/lib/doc-base/documents/foo
fi
if [ -x /usr/sbin/dhelp_parse ]; then
dhelp_parse -d /var/lib/doc-base/documents/foo
fi
Note that /var/lib/doc-base/documents/foo has to be a valid doc-base file (see doc-base documentation).
This package was written by Esteban Manchado Velázquez (zoso@debian.org).
29 May 2008 | Debian |