summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Abrahamsen <abraham@dina.kvl.dk>1997-04-11 13:14:52 +0000
committerPer Abrahamsen <abraham@dina.kvl.dk>1997-04-11 13:14:52 +0000
commitc48c37728f656888df65777abeb28a9e6242d736 (patch)
tree8e296dd0fdef3284964fea5ded31c6211a3093f2
parent860af8ecb1e102392a92f868175252bc3e06f561 (diff)
downloademacs-c48c37728f656888df65777abeb28a9e6242d736.tar.gz
Added cus-load.el target.
-rw-r--r--lisp/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/Makefile b/lisp/Makefile
index 64c178d06ad..edbb2b0d0b8 100644
--- a/lisp/Makefile
+++ b/lisp/Makefile
@@ -1,6 +1,7 @@
#
# Maintenance productions for the Lisp directory
#
+EMACS = emacs
SOURCES = *.el COPYING Makefile
lisptagsfiles = [a-zA-Z]*.el term/[a-zA-Z]*.el
@@ -11,5 +12,10 @@ relock:
chmod -w $(SOURCES)
chmod +w version.el finder-inf.el loaddefs.el
+doit:
+
+cus-load.el: doit
+ $(EMACS) -batch -l ./cus-dep.el -f custom-make-dependencies
+
TAGS: $(lisptagsfiles)
../lib-src/etags $(lisptagsfiles)