Node:Installing utils, Next:Setting up the default database, Previous:Configure and make, Up:Installation
The following steps are necessary for a complete installation. You may
need root
access for these.
make install install-info
These targets indicate:
install
install-info
info
files into their configured locations
(see Where GNATS lives).
After you have installed GNATS, you can remove the object files with
make clean
Place the following lines in the file default.el
in your Emacs
lisp library, or instruct your local responsible parties to place the
lines in their .emacs
:
(autoload 'send-pr "gnats" "Command to create and send a problem report." t) (autoload 'edit-pr "gnats" "Command to edit a problem report." t) (autoload 'view-pr "gnats" "Command to view a problem report." t) (autoload 'query-pr "gnats" "Command to query information about problem reports." t) (autoload 'unlock-pr "gnats" "Unlock a problem report." t) (autoload 'gnats-dbconfig-mode "gnats" "Major mode for editing the `dbconfig' GNATS configuration file." t) (add-to-list 'auto-mode-alist '("\\<dbconfig$" . gnats-dbconfig-mode))
send-pr
tool to submit problem reports, you
need to create a configuration file for send-pr
on the server.
See The send-pr.conf configuration file.