aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1997-05-12 00:06:03 +0000
committerRichard M. Stallman1997-05-12 00:06:03 +0000
commitff45a04da5ec553a92fb3fd3174fc4f0b98a3c52 (patch)
tree1e10b5813106b43c60a031a2aaca4d6191c36b8e /lisp
parent86e67f134f0178fb76a014a5298b8555be4763a2 (diff)
downloademacs-ff45a04da5ec553a92fb3fd3174fc4f0b98a3c52.tar.gz
emacs-ff45a04da5ec553a92fb3fd3174fc4f0b98a3c52.zip
(custom-deps): Target renamed from cus-load.el.
(finder-data): Target renamed from finder-inf.el (unlock, relock): Targets deleted. (lisptagsfiles): Look in all subdirs.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/lisp/Makefile b/lisp/Makefile
index 0410fc309cf..f32871bffbd 100644
--- a/lisp/Makefile
+++ b/lisp/Makefile
@@ -3,21 +3,14 @@
3# 3#
4EMACS = emacs 4EMACS = emacs
5SOURCES = *.el COPYING Makefile 5SOURCES = *.el COPYING Makefile
6lisptagsfiles = [a-zA-Z]*.el term/[a-zA-Z]*.el 6lisptagsfiles = [a-zA-Z]*.el */[a-zA-Z]*.el
7
8unlock:
9 chmod u+w $(SOURCES)
10
11relock:
12 chmod -w $(SOURCES)
13 chmod +w version.el finder-inf.el loaddefs.el
14 7
15doit: 8doit:
16 9
17cus-load.el: doit 10custom-deps: doit
18 $(EMACS) -batch -l cus-dep.el -f custom-make-dependencies 11 $(EMACS) -batch -l cus-dep.el -f custom-make-dependencies
19 12
20finder-inf.el: doit 13finder-data: doit
21 $(EMACS) -batch -l finder -f finder-compile-keywords-make-dist 14 $(EMACS) -batch -l finder -f finder-compile-keywords-make-dist
22 15
23autoloads: doit 16autoloads: doit