changeset 2274:7afd5e41ed30

Teach it about the new user-runnable command rcs-checkin.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 19 Mar 1993 23:04:44 +0000
parents 576b71164157
children c70f9af7c66a
files lib-src/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/Makefile.in	Fri Mar 19 23:01:33 1993 +0000
+++ b/lib-src/Makefile.in	Fri Mar 19 23:04:44 1993 +0000
@@ -79,7 +79,7 @@
 # ============================= Targets ==============================
 
 # Things that a user might actually run, which should be installed in bindir.
-INSTALLABLES = etags ctags emacsclient b2m 
+INSTALLABLES = etags ctags emacsclient b2m rcs-checkin
 
 # Things that Emacs runs internally, or during the build process,
 # which should not be installed in bindir.