]> code.delx.au - gnu-emacs/blobdiff - lisp/Makefile
Customize.
[gnu-emacs] / lisp / Makefile
index 64c178d06ade83debb6f56a6a30e0df46763c21d..0410fc309cf0b36ae60b76aea3b61f2419e98b56 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,16 @@ 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
+
+finder-inf.el: doit
+       $(EMACS) -batch -l finder -f finder-compile-keywords-make-dist
+
+autoloads: doit
+       $(EMACS) -batch -f batch-update-autoloads .
+
 TAGS: $(lisptagsfiles)
        ../lib-src/etags $(lisptagsfiles)