diff doc/Makefile @ 19425:81fbd4e66ff5

gendoc: dispatch print document content by commandline arguments Before this patch, gendoc.py only prints hg.1.gendoc.txt content. This adds any content print function.
author Takumi IINO <trot.thunder@gmail.com>
date Wed, 03 Jul 2013 21:49:41 +0900
parents 323c11dad9c6
children e43184680461
line wrap: on
line diff
--- a/doc/Makefile	Wed Jul 03 21:49:39 2013 +0900
+++ b/doc/Makefile	Wed Jul 03 21:49:41 2013 +0900
@@ -22,7 +22,7 @@
 	touch hg.1.txt
 
 hg.1.gendoc.txt: $(GENDOC)
-	${PYTHON} gendoc.py > $@.tmp
+	${PYTHON} gendoc.py hg.1.gendoc > $@.tmp
 	mv $@.tmp $@
 
 hgrc.5: ../mercurial/help/config.txt