mirror of
https://github.com/samba-team/samba.git
synced 2025-07-15 16:59:09 +03:00
r26602: Revert my previous commit as it only works with GNU make.
(This used to be commit ecd2d96c31
)
This commit is contained in:
committed by
Stefan Metzmacher
parent
3a3633be85
commit
aa79008d4b
@ -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 $(dir)/samba/ $(addprefix --add-module , $(PYDOCTOR_MODULES))
|
||||
LD_LIBRARY_PATH=bin/shared PYTHONPATH=bin/python pydoctor --make-html --docformat=restructuredtext --add-package scripting/python/samba/ $(addprefix --add-module , $(PYDOCTOR_MODULES))
|
||||
|
||||
clean::
|
||||
@echo "Removing python modules"
|
||||
|
Reference in New Issue
Block a user