1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

Initial revision

This commit is contained in:
Eric S. Raymond 1993-03-19 07:20:22 +00:00
parent 5d1dd3c0ce
commit b66a6eb41f

23
etc/Makefile Normal file
View file

@ -0,0 +1,23 @@
DESTDIR=
LIBDIR=/usr/local/lib
BINDIR=/usr/local/bin
MANDIR=/usr/man/man1
MANEXT=1
all:
distclean:
-rm -f *~ \#* DOC* core
clean:
-rm -f core
SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* etags.* ledit.l ms-* \
news.texi rc2log refcard.tex spook-lines termcap.* ulimit.hack \
vcdiff vipcard.tex xmouse.doc
unlock:
chmod u+w $(SOURCES)
relock:
chmod u-w $(SOURCES)