# HG changeset patch # User Thomas Arendsen Hein # Date 1166273663 -3600 # 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