# HG changeset patch # User Per Abrahamsen # Date 860759769 0 # Node ID 7cb4b3489facaa186b8cd8745a4c0b616056b616 # Parent bbd0f7cb2452aefad1b11e8703f4197d94aeffb9 Initial revision diff -r bbd0f7cb2452 -r 7cb4b3489fac lisp/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lisp/Makefile Fri Apr 11 11:56:09 1997 +0000 @@ -0,0 +1,15 @@ +# +# 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)