diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-25 16:37:02 -0600 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-26 11:57:08 -0600 |
commit | 251a4e07803d0fa95b1324d60133475ef8c41e79 (patch) | |
tree | 8ccf2a83617b582f467952589748bc714fed48ef /source4/scripting | |
parent | 7ff974a226b3dda63a91ef0702b12406e130f809 (diff) | |
download | samba-251a4e07803d0fa95b1324d60133475ef8c41e79.tar.gz samba-251a4e07803d0fa95b1324d60133475ef8c41e79.tar.bz2 samba-251a4e07803d0fa95b1324d60133475ef8c41e79.zip |
r26600: Provide dir variable with current basedir in Makefile.
(This used to be commit b06d3e1a52d6b71a1e3e7a9e0ecf69f3b899ae18)
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/config.mk b/source4/scripting/python/config.mk index 4a531f5062..ecf8f9a102 100644 --- a/source4/scripting/python/config.mk +++ b/source4/scripting/python/config.mk @@ -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" |