home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
emacs-19.28-src.tgz
/
tar.out
/
fsf
/
emacs
/
lisp
/
Makefile
< prev
next >
Wrap
Makefile
|
1996-09-28
|
300b
|
16 lines
#
# 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)