From: Colin Walters Date: Fri, 23 Nov 2001 17:27:28 +0000 (+0000) Subject: (finder_setwins, setwins): Include Calc again. X-Git-Tag: ttn-vms-21-2-B4~18268 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dcf91c25dcb2fc3e61b0307a9f6ee05e1e976f3c;p=emacs.git (finder_setwins, setwins): Include Calc again. --- diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 19124c057ff..a5539f2877f 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -114,14 +114,14 @@ emacs = EMACSLOADPATH=$(lisp) $(EMACS) $(EMACSOPT) 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 @@ compile-files: subdirs.el doit $(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.