diff options
Diffstat (limited to 'source4/Makefile')
-rw-r--r-- | source4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/Makefile b/source4/Makefile index b41b38cf37..838f0a97bb 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -63,3 +63,6 @@ ctags: bin/%:: FORCE $(WAF) --targets=`basename $@` FORCE: + +pydoctor: + $(WAF) pydoctor |