Go to the previous, next section.
This section describes the installation of pcl-cvs, the GNU Emacs CVS front-end. You should install not only the elisp files themselves, but also the on-line documentation so that your users will know how to use it. You can create typeset documentation from the file `pcl-cvs.texinfo' as well as an on-line info file. The following steps are also described in the file `INSTALL' in the source directory.
lispdir
and infodir
. The elisp files will be copied to lispdir
,
and the info file to infodir
.
There are a couple of paths that you have to check to make sure that they match you system. They appear early in the file pcl-cvs.el.
NOTE: If your system is running emacs 18.57 or earlier you MUST uncomment the line that says:
(setq delete-exited-processes nil)
Setting delete-exited-processes
to nil
works around a bug
in emacs that causes it to dump core. The bug was fixed in emacs
18.58.
If you don't want to install the `.el' files but only the `.elc' files (the byte-compiled files), you can type ``make install_elc'' instead of ``make install''.
If you only want to create the compiled elisp files, but don't want to install them, you can type `make elcfiles' instead. This is what happens if you only type `make' without parameters.
auto-load
s that facilitates the use of pcl-cvs.
* Pcl-cvs: (pcl-cvs). An Emacs front-end to CVS.
If you have TeX installed at your site, you can make a typeset manual from `pcl-cvs.texinfo'.
texindex
program.
dvi2ps
, which does. There
is also a program which comes together with TeX, dvips
, which
you can use.
Go to the previous, next section.