head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	96.03.18.23.19.20;	author ghudson;	state Exp;
branches;
next	;


desc
@Stock emacs 19.30
@


1.1
log
@Initial revision
@
text
@#
# Maintainence 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)
@
