From 33aa9de1b59ccd6cfaaf3fab435bf6bf101897f2 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Tue, 7 Oct 2008 15:26:50 -0600 Subject: [PATCH] A few more changes to gen-doc.bash --- gen-doc.bash | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gen-doc.bash b/gen-doc.bash index fad74d379..f2176de44 100755 --- a/gen-doc.bash +++ b/gen-doc.bash @@ -21,8 +21,9 @@ then rm -r $out fi echo "Creating documentation in $out" -epydoc -v --parse-only --html --no-frames \ - --name=FreeIPA2 \ + +epydoc -v --parse-only --html --no-frames --include-log \ + --name="FreeIPA2 developer documentation" \ --docformat=restructuredtext \ --output=$out \ $sources