1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00
emacs/lisp/Makefile
1997-04-11 13:14:52 +00:00

22 lines
400 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
TAGS: $(lisptagsfiles)
../lib-src/etags $(lisptagsfiles)