# HG changeset patch # User Christian Ebert # Date 2009-12-03 21:37:49 # Node ID 3fb77d6cb9e5e49877e8d90883f798ebb804419f # Parent 16f49d671c7f076d046e641f50a0c6cefa4ee2c9 doc: correct path to help files in Makefile diff --git a/doc/Makefile b/doc/Makefile --- a/doc/Makefile +++ b/doc/Makefile @@ -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