1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00
emacs/lisp/Makefile

16 lines
299 B
Makefile
Raw Normal View History

1997-04-11 11:56:09 +00:00
#
# Maintenance productions for the Lisp directory
#
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
TAGS: $(lisptagsfiles)
../lib-src/etags $(lisptagsfiles)