A few more changes to gen-doc.bash

This commit is contained in:
Jason Gerard DeRose 2008-10-07 15:26:50 -06:00
parent 0606226b14
commit 33aa9de1b5

View File

@ -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