Mercurial > hg > xemacs-beta
diff lib-src/Makefile.in.in @ 112:48d667d6f17f r20-1b8
Import from CVS: tag r20-1b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:20:48 +0200 |
parents | 0d2f883870bc |
children | 8619ce7e4c50 |
line wrap: on
line diff
--- a/lib-src/Makefile.in.in Mon Aug 13 09:19:47 2007 +0200 +++ b/lib-src/Makefile.in.in Mon Aug 13 09:20:48 2007 +0200 @@ -102,7 +102,7 @@ /* Things that a user might actually run, which should be installed in bindir. */ INSTALLABLES = etags ctags emacsclient b2m gnuclient gnuattach gnudoit -INSTALLABLE_SCRIPTS = rcs-checkin pstogif +INSTALLABLE_SCRIPTS = rcs-checkin pstogif install-sid send-pr /* Things that Emacs runs internally, or during the build process, which should not be installed in bindir. */ @@ -115,7 +115,7 @@ /* Like UTILITIES, but they are not system-dependent, and should not be deleted by the distclean target. */ TM_SCRIPTS=tm-au tm-file tm-html tm-image tm-mpeg tm-plain tm-ps tmdecode -SCRIPTS= rcs2log vcdiff $(TM_SCRIPTS) +SCRIPTS= rcs2log vcdiff install-sid send-pr $(TM_SCRIPTS) EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}