r26201: Build docs for the security module.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 29 Nov 2007 15:00:59 +0000 (16:00 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:46:48 +0000 (05:46 +0100)
source/scripting/python/config.mk

index c17511203ec4e773922a1bc86f8797d52e2d6981..5d4bc48d8a1660df89c91589707043ee2acfba35 100644 (file)
@@ -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))