changeset 3907:39dcee009aab

Regenerate hg.1 manpage if help text in help.py changes.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 16 Dec 2006 13:54:23 +0100
parents a8c0365b2ace
children 8020c35b6455
files doc/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/Makefile	Sat Dec 16 02:38:18 2006 -0200
+++ b/doc/Makefile	Sat Dec 16 13:54:23 2006 +0100
@@ -14,7 +14,7 @@
 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