summaryrefslogtreecommitdiff
path: root/source4/scripting/python/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-29 16:00:59 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:46:48 +0100
commitef26c9a604657c00ce67768d34e237fd3a903a2c (patch)
treeeb8194a7aea0aee407f54e8227cddde7e58cb9b7 /source4/scripting/python/config.mk
parente266efffec0763651b5c5f435d2923e972714251 (diff)
downloadsamba-ef26c9a604657c00ce67768d34e237fd3a903a2c.tar.gz
samba-ef26c9a604657c00ce67768d34e237fd3a903a2c.tar.bz2
samba-ef26c9a604657c00ce67768d34e237fd3a903a2c.zip
r26201: Build docs for the security module.
(This used to be commit 31073a9e4ecaee08b3e27631db620957df8adde6)
Diffstat (limited to 'source4/scripting/python/config.mk')
-rw-r--r--source4/scripting/python/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/config.mk b/source4/scripting/python/config.mk
index c17511203e..5d4bc48d8a 100644
--- a/source4/scripting/python/config.mk
+++ b/source4/scripting/python/config.mk
@@ -25,7 +25,7 @@ realdistclean::
pythonmods: $(PYTHON_DSOS)
-PYDOCTOR_MODULES=bin/python/ldb.py bin/python/auth.py bin/python/credentials.py bin/python/registry.py bin/python/tdb.py
+PYDOCTOR_MODULES=bin/python/ldb.py bin/python/auth.py bin/python/credentials.py bin/python/registry.py bin/python/tdb.py bin/python/security.py
pydoctor:: pythonmods
LD_LIBRARY_PATH=bin/shared PYTHONPATH=bin/python pydoctor --make-html --docformat=restructuredtext --add-package scripting/python/samba/ $(addprefix --add-module , $(PYDOCTOR_MODULES))