Show More
@@ -1,7 +1,8 b'' | |||||
1 | SOURCES=$(wildcard *.[0-9].txt) |
|
1 | SOURCES=$(wildcard *.[0-9].txt) | |
2 | MAN=$(SOURCES:%.txt=%) |
|
2 | MAN=$(SOURCES:%.txt=%) | |
3 | HTML=$(SOURCES:%.txt=%.html) |
|
3 | HTML=$(SOURCES:%.txt=%.html) | |
4 |
GENDOC=gendoc.py ../mercurial/commands.py ../mercurial/help.py |
|
4 | GENDOC=gendoc.py ../mercurial/commands.py ../mercurial/help.py \ | |
|
5 | ../mercurial/help/*.txt ../hgext/*.py ../hgext/*/__init__.py | |||
5 | PREFIX=/usr/local |
|
6 | PREFIX=/usr/local | |
6 | MANDIR=$(PREFIX)/share/man |
|
7 | MANDIR=$(PREFIX)/share/man | |
7 | INSTALL=install -c -m 644 |
|
8 | INSTALL=install -c -m 644 |
General Comments 0
You need to be logged in to leave comments.
Login now