summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2003-01-20 09:04:56 +0000
committerRichard M. Stallman <rms@gnu.org>2003-01-20 09:04:56 +0000
commit7cdb90dbb928c3daaa7cf537eda86b8d16af6911 (patch)
tree0f5318754d56eb56272d9e1113b4babeeed7eef7 /lib-src
parent04e50b81f0dc9690ad0cdcdef686900985b92b65 (diff)
downloademacs-7cdb90dbb928c3daaa7cf537eda86b8d16af6911.tar.gz
(rcs2log, rcs-checkin, grep-changelog, vcdiff): New targets.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in16
1 files changed, 15 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 7f9f215a389..658fdf3e951 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -261,7 +261,21 @@ BASE_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -DHAVE_CONFIG_H \
.c.o:
${CC} -c ${CPP_CFLAGS} $<
-all: ${DONT_INSTALL} ${UTILITIES} ${INSTALLABLES}
+all: ${DONT_INSTALL} ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}
+
+# These targets copy the scripts into the build directory
+# so that they can be run from there in an uninstalled Emacs.
+rcs2log: $(srcdir)/rcs2log
+ cp -p $(srcdir)/rcs2log rcs2log
+
+rcs-checkin: $(srcdir)/rcs-checkin
+ cp -p $(srcdir)/rcs-checkin rcs-checkin
+
+grep-changelog: $(srcdir)/grep-changelog
+ cp -p $(srcdir)/grep-changelog grep-changelog
+
+vcdiff: $(srcdir)/vcdiff
+ cp -p $(srcdir)/vcdiff vcdiff
#ifdef MOVEMAIL_NEEDS_BLESSING
blessmail: