diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-25 17:34:07 -0600 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-26 11:57:09 -0600 |
commit | aa79008d4b8741cab917a75d4a7e1f8d6a25e897 (patch) | |
tree | 521593796ffc6b78739c3ade312ba5ede4c61a0b /source4/scripting | |
parent | 3a3633be8591fbc3219c7b220998f53009132a0a (diff) | |
download | samba-aa79008d4b8741cab917a75d4a7e1f8d6a25e897.tar.gz samba-aa79008d4b8741cab917a75d4a7e1f8d6a25e897.tar.bz2 samba-aa79008d4b8741cab917a75d4a7e1f8d6a25e897.zip |
r26602: Revert my previous commit as it only works with GNU make.
(This used to be commit ecd2d96c3173e4d2f77a1ca50f26a16ac7a313b1)
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 ecf8f9a102..4a531f5062 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 $(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" |