mirror of
https://github.com/samba-team/samba.git
synced 2025-07-05 04:59:08 +03:00
r26600: Provide dir variable with current basedir in Makefile.
(This used to be commit b06d3e1a52
)
This commit is contained in:
committed by
Stefan Metzmacher
parent
7ff974a226
commit
251a4e0780
@ -33,7 +33,7 @@ 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 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))
|
||||
LD_LIBRARY_PATH=bin/shared PYTHONPATH=bin/python pydoctor --make-html --docformat=restructuredtext --add-package $(dir)/samba/ $(addprefix --add-module , $(PYDOCTOR_MODULES))
|
||||
|
||||
clean::
|
||||
@echo "Removing python modules"
|
||||
|
Reference in New Issue
Block a user