>>>> "sb" == SL Baur <steve(a)xemacs.org>
writes:
sb> [...] It would also be useful to have a `batch-update-info-dir' function
sb> to call with `-batch' that a system administrator might use to update the
sb> system (/usr/info/dir, /usr/local/info/dir) dir files.
It's already available:
`Info-batch-rebuild-dir' is an autoloaded Lisp function
-- autoloads from "info"
Documentation:
(Re)build info `dir' files in the directories remaining on the command line.
Use this from the command line, with `-batch';
it won't work in an interactive Emacs.
Each file is processed even if an error occurred previously.
For example, invoke "xemacs -batch -f Info-batch-rebuild-dir /usr/local/info"
Oscar