# HG changeset patch
# User Thomas Arendsen Hein <thomas@intevation.de>
# Date 2006-12-16 12:54:23
# Node ID 39dcee009aabfbb88f2ed81454ab31432d358477
# Parent  a8c0365b2ace7ef6224b6c9fa833e0ac3140ac8e

Regenerate hg.1 manpage if help text in help.py changes.

diff --git a/doc/Makefile b/doc/Makefile
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -14,7 +14,7 @@ html: $(HTML)
 hg.1.txt: hg.1.gendoc.txt
 	touch hg.1.txt
 
-hg.1.gendoc.txt: ../mercurial/commands.py
+hg.1.gendoc.txt: ../mercurial/commands.py ../mercurial/help.py
 	python gendoc.py > $@
 
 %: %.xml