aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorEric S. Raymond1993-03-19 23:04:44 +0000
committerEric S. Raymond1993-03-19 23:04:44 +0000
commit8554321b6601bbac09f2fdb3fd4ba83205854748 (patch)
treed8be4ba4e1bdc5bc4c8afcc6432d1bd3a7a3e9ee /lib-src
parent17457b8df3890c70ebfab8883b6f03d55d8382bd (diff)
downloademacs-8554321b6601bbac09f2fdb3fd4ba83205854748.tar.gz
emacs-8554321b6601bbac09f2fdb3fd4ba83205854748.zip
Teach it about the new user-runnable command rcs-checkin.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index eda56a40e9a..09e98064afc 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -79,7 +79,7 @@ INSTALL_DATA = ${INSTALL}
79# ============================= Targets ============================== 79# ============================= Targets ==============================
80 80
81# Things that a user might actually run, which should be installed in bindir. 81# Things that a user might actually run, which should be installed in bindir.
82INSTALLABLES = etags ctags emacsclient b2m 82INSTALLABLES = etags ctags emacsclient b2m rcs-checkin
83 83
84# Things that Emacs runs internally, or during the build process, 84# Things that Emacs runs internally, or during the build process,
85# which should not be installed in bindir. 85# which should not be installed in bindir.