Mercurial > emacs
changeset 49338:5244fe6986a7
(rcs2log, rcs-checkin, grep-changelog, vcdiff): New targets.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 20 Jan 2003 09:04:56 +0000 |
parents | 1e7e9b379d7b |
children | 4e6ee3862afc |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 15 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/Makefile.in Mon Jan 20 09:03:09 2003 +0000 +++ b/lib-src/Makefile.in Mon Jan 20 09:04:56 2003 +0000 @@ -261,7 +261,21 @@ .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: