doc/Makefile
changeset 14459 323c11dad9c6
parent 13054 25200c7efe0f
child 19425 81fbd4e66ff5
--- 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 $*