diff doc/Makefile @ 11639:a0c5f531daab stable

doc: make sure we use our own code for generating man pages docutils would in some situations pick up its own manpage.py instead of doc/manpage.py. Renaming to hgmanpage.py makes it less ambiguous.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 21 Jul 2010 17:51:37 +0200
parents cbe400a8e217
children 99e8dd56e244
line wrap: on
line diff
--- a/doc/Makefile	Sun Jul 18 21:29:29 2010 -0400
+++ b/doc/Makefile	Wed Jul 21 17:51:37 2010 +0200
@@ -24,7 +24,7 @@
 	mv $@.tmp $@
 
 %: %.txt common.txt
-	$(PYTHON) runrst manpage --halt warning \
+	$(PYTHON) runrst hgmanpage --halt warning \
 	  --strip-elements-with-class htmlonly $*.txt $*
 
 %.html: %.txt common.txt