changeset 17394:b793e8f5a9c2

Added cus-load.el target.
author Per Abrahamsen <abraham@dina.kvl.dk>
date Fri, 11 Apr 1997 13:14:52 +0000
parents 14c7f7b87c22
children ad9d92edda0d
files lisp/Makefile
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/Makefile	Fri Apr 11 13:09:47 1997 +0000
+++ b/lisp/Makefile	Fri Apr 11 13:14:52 1997 +0000
@@ -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 @@
 	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)