mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
dcerpc is now samba.dcerpc, avoid including source code in API documentation.
This commit is contained in:
parent
bdf1c039db
commit
a28a8ed535
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user