make-doc now includes the lite-* scripts, both with now check in __name__ == '__main__' before starting

This commit is contained in:
Jason Gerard DeRose
2008-10-22 23:00:45 -06:00
parent e93c0455d4
commit fb441b2b10
4 changed files with 61 additions and 37 deletions

View File

@@ -2,7 +2,7 @@
# Hackish script to generate documentation using epydoc
sources="ipalib ipa_server ipa_webui tests"
sources="ipalib ipa_server ipa_webui tests lite-xmlrpc.py lite-webui.py"
out="./freeipa2-dev-doc"
init="./ipalib/__init__.py"