diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-03-29 17:35:20 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-03-29 18:05:29 +0200 |
commit | 336cd5a0a3d35b998b67efc975813ccc8482e6ee (patch) | |
tree | 524060d2d20d543f5c5657eab0d84156b6b76410 /source4/build | |
parent | 082e7f20d7df457c08119eb41fc2f3f8c09ba7ab (diff) | |
download | samba-336cd5a0a3d35b998b67efc975813ccc8482e6ee.tar.gz samba-336cd5a0a3d35b998b67efc975813ccc8482e6ee.tar.bz2 samba-336cd5a0a3d35b998b67efc975813ccc8482e6ee.zip |
python: Fix rule for generating docs using pydoctor.
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/make/python.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/build/make/python.mk b/source4/build/make/python.mk index e5a5b87ae5..ea307da73d 100644 --- a/source4/build/make/python.mk +++ b/source4/build/make/python.mk @@ -46,9 +46,6 @@ clean:: @echo "Removing python modules" @rm -rf $(pythonbuilddir) -pydoctor:: pythonmods - LD_LIBRARY_PATH=bin/shared PYTHONPATH=$(pythonbuilddir) pydoctor --project-name=Samba --project-url=http://www.samba.org --make-html --docformat=restructuredtext --add-package $(pythonbuilddir)/samba - bin/python/%.py: mkdir -p $(@D) cp $< $@ |