changeset 17399:04fc73bb3416

(finder-inf.el, autoloads): New targets. (cus-load.el): Minor simplification.
author Richard M. Stallman <rms@gnu.org>
date Fri, 11 Apr 1997 19:40:29 +0000
parents a5d9cbc4e2c5
children 55e7f9ff6456
files lisp/Makefile
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/Makefile	Fri Apr 11 18:31:38 1997 +0000
+++ b/lisp/Makefile	Fri Apr 11 19:40:29 1997 +0000
@@ -15,7 +15,13 @@
 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)