talloc: Add ability to generate Python docs using pydoctor.
[metze/samba/wip.git] / lib / talloc / Makefile
index 5b8220c6cb7fc476f57dc9dfb8eac50417343a94..95564ebc6de566b7829e6f2e6a257aacd4ebf0b1 100644 (file)
@@ -56,6 +56,9 @@ etags:
 ctags:
        $(WAF) ctags
 
+pydoctor:
+       $(WAF) pydoctor
+
 bin/%:: FORCE
        $(WAF) --targets=`basename $@`
 FORCE: