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 $*