Mercurial > emacs
comparison lisp/Makefile @ 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 | b793e8f5a9c2 |
children | 8ec60a2d3ddb |
comparison
equal
deleted
inserted
replaced
17398:a5d9cbc4e2c5 | 17399:04fc73bb3416 |
---|---|
13 chmod +w version.el finder-inf.el loaddefs.el | 13 chmod +w version.el finder-inf.el loaddefs.el |
14 | 14 |
15 doit: | 15 doit: |
16 | 16 |
17 cus-load.el: doit | 17 cus-load.el: doit |
18 $(EMACS) -batch -l ./cus-dep.el -f custom-make-dependencies | 18 $(EMACS) -batch -l cus-dep.el -f custom-make-dependencies |
19 | |
20 finder-inf.el: doit | |
21 $(EMACS) -batch -l finder -f finder-compile-keywords-make-dist | |
22 | |
23 autoloads: doit | |
24 $(EMACS) -batch -f batch-update-autoloads . | |
19 | 25 |
20 TAGS: $(lisptagsfiles) | 26 TAGS: $(lisptagsfiles) |
21 ../lib-src/etags $(lisptagsfiles) | 27 ../lib-src/etags $(lisptagsfiles) |