mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-31 04:41:23 -08:00
(finder-data): Target renamed from finder-inf.el (unlock, relock): Targets deleted. (lisptagsfiles): Look in all subdirs.
20 lines
432 B
Makefile
20 lines
432 B
Makefile
#
|
|
# Maintenance productions for the Lisp directory
|
|
#
|
|
EMACS = emacs
|
|
SOURCES = *.el COPYING Makefile
|
|
lisptagsfiles = [a-zA-Z]*.el */[a-zA-Z]*.el
|
|
|
|
doit:
|
|
|
|
custom-deps: doit
|
|
$(EMACS) -batch -l cus-dep.el -f custom-make-dependencies
|
|
|
|
finder-data: 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)
|