summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
authorColin Walters <walters@gnu.org>2001-11-23 17:27:28 +0000
committerColin Walters <walters@gnu.org>2001-11-23 17:27:28 +0000
commitdcf91c25dcb2fc3e61b0307a9f6ee05e1e976f3c (patch)
tree251d008b089c3623a4e1f7adf99185fe0c529275 /lisp/Makefile.in
parentdeece6f51a419739abb1eba6cde42677643e5510 (diff)
downloademacs-dcf91c25dcb2fc3e61b0307a9f6ee05e1e976f3c.tar.gz
(finder_setwins, setwins): Include Calc again.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in10
1 files changed, 8 insertions, 2 deletions
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.