Mercurial > emacs
changeset 41408:eb28aac7bdd1
(finder_setwins, setwins): Include Calc again.
author | Colin Walters <walters@gnu.org> |
---|---|
date | Fri, 23 Nov 2001 17:27:28 +0000 |
parents | 11744478b8b5 |
children | 9cea749ef5c3 |
files | lisp/Makefile.in |
diffstat | 1 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/Makefile.in Fri Nov 23 17:16:17 2001 +0000 +++ b/lisp/Makefile.in Fri Nov 23 17:27:28 2001 +0000 @@ -114,14 +114,14 @@ setwins=subdirs=`find $$wd -type d -print`; \ for file in $$subdirs; do \ - case $$file in */Old | */RCS | */CVS | */CVS/* | */=* | */calc ) ;; \ + case $$file in */Old | */RCS | */CVS | */CVS/* | */=* ) ;; \ *) wins="$$wins $$file" ;; \ esac; \ done finder_setwins=subdirs=`find $$wd -type d -print`; \ for file in $$subdirs; do \ - case $$file in */Old | */RCS | */CVS | */CVS/* | */=* | */obsolete | */term | */calc ) ;; \ + case $$file in */Old | */RCS | */CVS | */CVS/* | */=* | */obsolete | */term ) ;; \ *) wins="$$wins $$file" ;; \ esac; \ done @@ -209,6 +209,12 @@ $(emacs) -f batch-byte-compile $$el || exit 1; \ done +compile-calc: + for el in $(find $(lisp)/calc -name '*.el'); do \ + echo Compiling $$el; \ + $(emacs) -f batch-byte-compile $$el || exit 1; \ + done + # Backup compiled Lisp files in elc.tar.gz. If that file already # exists, make a backup of it.