Mercurial > hg > xemacs-beta
diff lib-src/Makefile.in.in @ 203:850242ba4a81 r20-3b28
Import from CVS: tag r20-3b28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:02:21 +0200 |
parents | f53b5ca2e663 |
children | 262b8bb4a523 |
line wrap: on
line diff
--- a/lib-src/Makefile.in.in Mon Aug 13 10:01:24 2007 +0200 +++ b/lib-src/Makefile.in.in Mon Aug 13 10:02:21 2007 +0200 @@ -73,8 +73,10 @@ ## 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 gzip-el.sh install-sid send-pr $(TM_SCRIPTS) +GEN_SCRIPTS = rcs2log vcdiff gzip-el.sh install-sid send-pr +TM_SCRIPTS = tm-au tm-file tm-html tm-image tm-mpeg tm-plain tm-ps tmdecode +PKG_SCRIPTS = add-little-package.sh add-big-package.sh +SCRIPTS = $(GEN_SCRIPTS) $(TM_SCRIPTS) $(PKG_SCRIPTS) EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}