Mercurial > emacs
annotate etc/Makefile @ 7229:520d3d20651f
Don't comment out the inc-vers run as that does not exist anymore.
Don't reset DEBUG_MOLE as that no longer is used.
Identify the file being patched as src/...
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 30 Apr 1994 20:28:10 +0000 |
parents | cb15d148ee99 |
children | 0c5b5d89288e |
rev | line source |
---|---|
2260 | 1 DESTDIR= |
2 LIBDIR=/usr/local/lib | |
3 BINDIR=/usr/local/bin | |
4 MANDIR=/usr/man/man1 | |
5 MANEXT=1 | |
6 | |
7 all: | |
8 | |
6996 | 9 mostlyclean: |
3752 | 10 -rm -f core |
2260 | 11 |
6996 | 12 clean distclean realclean: |
3752 | 13 -rm -f DOC* core |
2260 | 14 |
15 SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* etags.* ledit.l ms-* \ | |
16 news.texi rc2log refcard.tex spook-lines termcap.* ulimit.hack \ | |
17 vcdiff vipcard.tex xmouse.doc | |
18 | |
19 unlock: | |
20 chmod u+w $(SOURCES) | |
21 | |
22 relock: | |
23 chmod u-w $(SOURCES) |