doc/Makefile
changeset 12921 6b6e7da9bccd
parent 12841 5fbc2c38a98f
child 13054 25200c7efe0f
--- a/doc/Makefile	Wed Nov 03 14:37:41 2010 +0100
+++ b/doc/Makefile	Thu Nov 04 17:52:40 2010 +0100
@@ -1,7 +1,8 @@
 SOURCES=$(wildcard *.[0-9].txt)
 MAN=$(SOURCES:%.txt=%)
 HTML=$(SOURCES:%.txt=%.html)
-GENDOC=gendoc.py ../mercurial/commands.py ../mercurial/help.py ../mercurial/help/*.txt
+GENDOC=gendoc.py ../mercurial/commands.py ../mercurial/help.py \
+	../mercurial/help/*.txt ../hgext/*.py ../hgext/*/__init__.py
 PREFIX=/usr/local
 MANDIR=$(PREFIX)/share/man
 INSTALL=install -c -m 644