Mercurial > hg-stable
changeset 10001:3fb77d6cb9e5
doc: correct path to help files in Makefile
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Thu, 03 Dec 2009 22:37:49 +0100 |
parents | 16f49d671c7f |
children | 66f3b8c95b62 |
files | doc/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/Makefile Thu Dec 03 20:50:00 2009 +0100 +++ b/doc/Makefile Thu Dec 03 22:37:49 2009 +0100 @@ -1,7 +1,7 @@ SOURCES=$(wildcard *.[0-9].txt) MAN=$(SOURCES:%.txt=%) HTML=$(SOURCES:%.txt=%.html) -GENDOC=gendoc.py ../mercurial/commands.py ../mercurial/help.py ../help/*.txt +GENDOC=gendoc.py ../mercurial/commands.py ../mercurial/help.py ../mercurial/help/*.txt PREFIX=/usr/local MANDIR=$(PREFIX)/share/man INSTALL=install -c -m 644