]> git.eshelyaron.com Git - emacs.git/commitdiff
Added cus-load.el target.
authorPer Abrahamsen <abraham@dina.kvl.dk>
Fri, 11 Apr 1997 13:14:52 +0000 (13:14 +0000)
committerPer Abrahamsen <abraham@dina.kvl.dk>
Fri, 11 Apr 1997 13:14:52 +0000 (13:14 +0000)
lisp/Makefile

index 64c178d06ade83debb6f56a6a30e0df46763c21d..edbb2b0d0b808a8f8afff2210681360e7a317e5c 100644 (file)
@@ -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)