dcerpc is now samba.dcerpc, avoid including source code in API documentation.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 22 May 2008 22:45:50 +0000 (00:45 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 22 May 2008 22:45:50 +0000 (00:45 +0200)
source/scripting/python/config.mk

index 73607eb76c6328a03caa60484b7e1912be30391f..b494ee6e8d4fc968eedb287a93558601d56bd36f 100644 (file)
@@ -29,7 +29,9 @@ $(foreach pyfile, $(_PY_FILES),$(eval $(call python_py_module_template,$(patsubs
 
 $(eval $(call python_py_module_template,samba/misc.py,$(pyscriptsrcdir)/misc.py))
 
+EPYDOC_OPTIONS = --no-private --url http://www.samba.org/ --no-sourcecode
+
 epydoc:: pythonmods
-       PYTHONPATH=$(pythonbuilddir) epydoc --no-private samba dcerpc tdb ldb subunit
+       PYTHONPATH=$(pythonbuilddir) epydoc $(EPYDOC_OPTIONS) samba tdb ldb subunit
 
 install:: installpython