aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/Makefile b/lisp/Makefile
new file mode 100644
index 00000000000..64c178d06ad
--- /dev/null
+++ b/lisp/Makefile
@@ -0,0 +1,15 @@
1#
2# Maintenance productions for the Lisp directory
3#
4SOURCES = *.el COPYING Makefile
5lisptagsfiles = [a-zA-Z]*.el term/[a-zA-Z]*.el
6
7unlock:
8 chmod u+w $(SOURCES)
9
10relock:
11 chmod -w $(SOURCES)
12 chmod +w version.el finder-inf.el loaddefs.el
13
14TAGS: $(lisptagsfiles)
15 ../lib-src/etags $(lisptagsfiles)