From 124dbbe583765f5d81f527ce01208b420eddef91 Mon Sep 17 00:00:00 2001 From: Per Abrahamsen Date: Fri, 11 Apr 1997 11:56:09 +0000 Subject: Initial revision --- lisp/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lisp/Makefile diff --git a/lisp/Makefile b/lisp/Makefile new file mode 100644 index 00000000000..64c178d06ad --- /dev/null +++ b/lisp/Makefile @@ -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) -- cgit v1.2.1