diff options
| author | Glenn Morris | 2012-06-03 16:49:12 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-06-03 16:49:12 -0700 |
| commit | 418cd7265a941032b467215839b3726b3ba37b0b (patch) | |
| tree | 432c2d5507f6cedb2f3ecafa299c318f7b19cca8 /make-dist | |
| parent | 1e266c88b2ae2d7615d9aefe9a93ad520d02e680 (diff) | |
| download | emacs-418cd7265a941032b467215839b3726b3ba37b0b.tar.gz emacs-418cd7265a941032b467215839b3726b3ba37b0b.zip | |
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 'make-dist')
| -rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -387,7 +387,7 @@ echo "Making links to \`lib-src'" | |||
| 387 | (cd lib-src | 387 | (cd lib-src |
| 388 | ln [a-zA-Z]*.[ch] ../${tempdir}/lib-src | 388 | ln [a-zA-Z]*.[ch] ../${tempdir}/lib-src |
| 389 | ln ChangeLog Makefile.in README testfile vcdiff ../${tempdir}/lib-src | 389 | ln ChangeLog Makefile.in README testfile vcdiff ../${tempdir}/lib-src |
| 390 | ln grep-changelog rcs2log rcs-checkin ../${tempdir}/lib-src | 390 | ln grep-changelog rcs2log ../${tempdir}/lib-src |
| 391 | ln makefile.w32-in ../${tempdir}/lib-src) | 391 | ln makefile.w32-in ../${tempdir}/lib-src) |
| 392 | 392 | ||
| 393 | echo "Making links to \`m4'" | 393 | echo "Making links to \`m4'" |