changeset 17392:7cb4b3489fac

Initial revision
author Per Abrahamsen <abraham@dina.kvl.dk>
date Fri, 11 Apr 1997 11:56:09 +0000
parents bbd0f7cb2452
children 14c7f7b87c22
files lisp/Makefile
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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)