repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
entered into RCS
[emacs.git]
/
etc
/
Makefile
blob
1149d1cc23c14eafe5fd9298b5bb046c2867ca24
1
DESTDIR
=
2
LIBDIR
=/
usr
/
local
/
lib
3
BINDIR
=/
usr
/
local
/
bin
4
MANDIR
=/
usr
/
man
/
man1
5
MANEXT
=
1
6
7
all
:
8
9
mostlyclean clean
:
10
-
rm
-
f core
11
12
distclean realclean
:
13
-
rm
-
f DOC
*
core
14
15
SOURCES
= [
0
-
9
A-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
)