]> code.delx.au - gnu-emacs/blob - lisp/Makefile
(custom-deps): Target renamed from cus-load.el.
[gnu-emacs] / lisp / Makefile
1 #
2 # Maintenance productions for the Lisp directory
3 #
4 EMACS = emacs
5 SOURCES = *.el COPYING Makefile
6 lisptagsfiles = [a-zA-Z]*.el */[a-zA-Z]*.el
7
8 doit:
9
10 custom-deps: doit
11 $(EMACS) -batch -l cus-dep.el -f custom-make-dependencies
12
13 finder-data: doit
14 $(EMACS) -batch -l finder -f finder-compile-keywords-make-dist
15
16 autoloads: doit
17 $(EMACS) -batch -f batch-update-autoloads .
18
19 TAGS: $(lisptagsfiles)
20 ../lib-src/etags $(lisptagsfiles)