diff options
author | Glenn Morris <rgm@gnu.org> | 2012-06-03 16:49:12 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-06-03 16:49:12 -0700 |
commit | 418cd7265a941032b467215839b3726b3ba37b0b (patch) | |
tree | 432c2d5507f6cedb2f3ecafa299c318f7b19cca8 /INSTALL | |
parent | 1e266c88b2ae2d7615d9aefe9a93ad520d02e680 (diff) |
Remove lib-src/rcs-checkin
This script isn't used by Emacs, and I can't imagine anyone else is
using it any more either... From the commentary:
"This script is intended to be used to convert files with an
old-Emacs-style version history for use with VC (the Emacs 19
version-control interface), which likes to use RCS as its back end."
* lib-src/rcs-checkin: Remove file.
* lib-src/Makefile.in (INSTALLABLE_SCRIPTS, STAMP_INST_SCRIPTS):
Remove rcs-checkin.
(stamp-rcs-checkin): Remove.
* INSTALL, make-dist: Remove rcs-checkin.
* admin/quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
* doc/man/rcs-checkin.1: Remove.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -474,8 +474,8 @@ installed locations, with `make install'. By default, Emacs's files are installed in the following directories: `/usr/local/bin' holds the executable programs users normally run - - `emacs', `etags', `ctags', `emacsclient', - `grep-changelog', and `rcs-checkin'. + `emacs', `etags', `ctags', `emacsclient', and + `grep-changelog'. `/usr/local/share/emacs/VERSION/lisp' holds the Emacs Lisp library; `VERSION' stands for the number of the Emacs version @@ -721,8 +721,8 @@ in `./lib-src' to their final destinations, as selected in `./src/epaths.h'. Strictly speaking, not all of the executables in `./lib-src' need be copied. - The programs `hexl', `movemail', `profile', `rcs2log', and `vcdiff' are used by Emacs; they do need to be copied. -- The programs `etags', `ctags', `emacsclient', and `rcs-checkin' - are intended to be run by users; they are handled below. +- The programs `etags', `ctags', and `emacsclient' are intended to be + run by users; they are handled below. - The programs `make-docfile' and `test-distrib' were used in building Emacs, and are not needed any more. @@ -741,9 +741,8 @@ of installing different versions. You can delete `./src/temacs'. -4) Copy the programs `emacsclient', `ctags', `etags', and `rcs-checkin' -from `./lib-src' to `/usr/local/bin'. These programs are intended for -users to run. +4) Copy the programs `emacsclient', `ctags', and `etags' from `./lib-src' +to `/usr/local/bin'. These programs are intended for users to run. 5) Copy the man pages in `./doc/man' into the appropriate man directory. |