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
commit857a681cbfcedc3434ab06c70eb41b02e3dd860e (patch)
treedf60b07d7bd6a4585ea63559572f0d1d0924bb43
parent52233b0cd3880708c336e3dca3200dad4501f981 (diff)
downloademacs-857a681cbfcedc3434ab06c70eb41b02e3dd860e.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)