From: Per Abrahamsen Date: Fri, 11 Apr 1997 11:56:09 +0000 (+0000) Subject: Initial revision X-Git-Tag: emacs-20.1~2553 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7685c8dfaeab80e375337861e7504acb65c8e88;p=emacs.git Initial revision --- 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)