summaryrefslogtreecommitdiff
path: root/source4/build/make
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/make')
-rw-r--r--source4/build/make/python.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/build/make/python.mk b/source4/build/make/python.mk
index bd0926717d..57bf0169fe 100644
--- a/source4/build/make/python.mk
+++ b/source4/build/make/python.mk
@@ -53,3 +53,6 @@ pythonmods::
clean::
@echo "Removing python modules"
@rm -rf $(pythonbuilddir)
+
+pydoctor:: pythonmods
+ LD_LIBRARY_PATH=bin/shared PYTHONPATH=$(pythonbuilddir) pydoctor --project-name=Samba --project-url=http://www.samba.org --make-html --docformat=restructuredtext --add-package $(pythonbuilddir)/samba