view lisp/Makefile @ 17392:7cb4b3489fac

Initial revision
author Per Abrahamsen <abraham@dina.kvl.dk>
date Fri, 11 Apr 1997 11:56:09 +0000
parents
children b793e8f5a9c2
line wrap: on
line source

#
# 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)