]> code.delx.au - gnu-emacs/blobdiff - lisp/Makefile
Customize.
[gnu-emacs] / lisp / Makefile
index edbb2b0d0b808a8f8afff2210681360e7a317e5c..0410fc309cf0b36ae60b76aea3b61f2419e98b56 100644 (file)
@@ -15,7 +15,13 @@ relock:
 doit:
 
 cus-load.el: doit
-       $(EMACS) -batch -l ./cus-dep.el -f custom-make-dependencies
+       $(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)