1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-14 12:59:07 +03:00

use gmake to handle .py file copies.

(This used to be commit d54421a9ee)
This commit is contained in:
Jelmer Vernooij
2008-02-16 16:15:21 +01:00
parent de4a2214ef
commit 09447777d0
2 changed files with 5 additions and 3 deletions

View File

@ -35,6 +35,10 @@ PYDOCTOR_MODULES=bin/python/ldb.py bin/python/auth.py bin/python/credentials.py
pydoctor:: pythonmods
LD_LIBRARY_PATH=bin/shared PYTHONPATH=bin/python pydoctor --project-name=Samba --make-html --docformat=restructuredtext --add-package scripting/python/samba/ $(addprefix --add-module , $(PYDOCTOR_MODULES))
bin/python/%.py:
mkdir -p $(@D)
cp $< $@
installpython:: pythonmods
@$(SHELL) $(srcdir)/script/installpython.sh \
$(INSTALLPERMS) \