diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-23 00:45:50 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-23 00:45:50 +0200 |
commit | 1a42178166e07add705da42ed1f936f95a7a4382 (patch) | |
tree | 399027fa78eca339d525e09053a83f66408bcc30 /source4 | |
parent | c159d1221bddec5c855fda9236913c18fc7a49fa (diff) | |
download | samba-1a42178166e07add705da42ed1f936f95a7a4382.tar.gz samba-1a42178166e07add705da42ed1f936f95a7a4382.tar.bz2 samba-1a42178166e07add705da42ed1f936f95a7a4382.zip |
dcerpc is now samba.dcerpc, avoid including source code in API documentation.
(This used to be commit a28a8ed53557451749007a119e979f561c6b0f59)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/scripting/python/config.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/scripting/python/config.mk b/source4/scripting/python/config.mk index 73607eb76c..b494ee6e8d 100644 --- a/source4/scripting/python/config.mk +++ b/source4/scripting/python/config.mk @@ -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 |