diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-12-11 01:05:13 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-12-11 03:30:06 +0100 |
commit | 68d97f8b492d1d075ed77a4bab7f178d10570106 (patch) | |
tree | 7a7f28518e4528eb5e5c100291cf25f8e375d272 /lib/talloc/Makefile | |
parent | 7ef1de3973ea694abb7e330dd538a0f3679365fb (diff) | |
download | samba-68d97f8b492d1d075ed77a4bab7f178d10570106.tar.gz samba-68d97f8b492d1d075ed77a4bab7f178d10570106.tar.bz2 samba-68d97f8b492d1d075ed77a4bab7f178d10570106.zip |
talloc: Add ability to generate Python docs using pydoctor.
Diffstat (limited to 'lib/talloc/Makefile')
-rw-r--r-- | lib/talloc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/talloc/Makefile b/lib/talloc/Makefile index 5b8220c6cb..95564ebc6d 100644 --- a/lib/talloc/Makefile +++ b/lib/talloc/Makefile @@ -56,6 +56,9 @@ etags: ctags: $(WAF) ctags +pydoctor: + $(WAF) pydoctor + bin/%:: FORCE $(WAF) --targets=`basename $@` FORCE: |