comparison doc/Makefile @ 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 fa99480d5135
children a43ae5777221
comparison
equal deleted inserted replaced
10000:16f49d671c7f 10001:3fb77d6cb9e5
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 ../help/*.txt 4 GENDOC=gendoc.py ../mercurial/commands.py ../mercurial/help.py ../mercurial/help/*.txt
5 PREFIX=/usr/local 5 PREFIX=/usr/local
6 MANDIR=$(PREFIX)/share/man 6 MANDIR=$(PREFIX)/share/man
7 INSTALL=install -c -m 644 7 INSTALL=install -c -m 644
8 PYTHON=python 8 PYTHON=python
9 RST2HTML=$(shell which rst2html 2> /dev/null || which rst2html.py) 9 RST2HTML=$(shell which rst2html 2> /dev/null || which rst2html.py)