1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00
emacs/lisp/Makefile
Richard M. Stallman 009368b966 (finder-inf.el, autoloads): New targets.
(cus-load.el): Minor simplification.
1997-04-11 19:40:29 +00:00

28 lines
545 B
Makefile

#
# Maintenance productions for the Lisp directory
#
EMACS = emacs
SOURCES = *.el COPYING Makefile
lisptagsfiles = [a-zA-Z]*.el term/[a-zA-Z]*.el
unlock:
chmod u+w $(SOURCES)
relock:
chmod -w $(SOURCES)
chmod +w version.el finder-inf.el loaddefs.el
doit:
cus-load.el: doit
$(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)