# HG changeset patch # User Martin Geisler # Date 1306746871 -7200 # Node ID 323c11dad9c60fc194a27bb818e0a1ca3a61e57b # Parent c62b3b74f1d2ef95814db8250bda92e9cf4522cf doc: rebuild hgrc.5 man and HTML page when help/config changes diff -r c62b3b74f1d2 -r 323c11dad9c6 doc/Makefile --- a/doc/Makefile Mon May 30 10:35:43 2011 +0200 +++ b/doc/Makefile Mon May 30 11:14:31 2011 +0200 @@ -25,6 +25,10 @@ ${PYTHON} gendoc.py > $@.tmp mv $@.tmp $@ +hgrc.5: ../mercurial/help/config.txt + +hgrc.5.html: ../mercurial/help/config.txt + %: %.txt common.txt $(PYTHON) runrst hgmanpage $(RSTARGS) --halt warning \ --strip-elements-with-class htmlonly $*.txt $*