Initial revision
authorPer Abrahamsen <abraham@dina.kvl.dk>
Fri, 11 Apr 1997 11:56:09 +0000 (11:56 +0000)
committerPer Abrahamsen <abraham@dina.kvl.dk>
Fri, 11 Apr 1997 11:56:09 +0000 (11:56 +0000)
lisp/Makefile [new file with mode: 0644]

diff --git a/lisp/Makefile b/lisp/Makefile
new file mode 100644 (file)
index 0000000..64c178d
--- /dev/null
@@ -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)