diff options
| author | Jenkins <jenkins@review.openstack.org> | 2011-11-05 21:28:50 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2011-11-05 21:28:50 +0000 |
| commit | d90aaaafbc11c8e951ccde27cac11f70ae65c9b2 (patch) | |
| tree | f151e65a54a90b334646670e76be3ac13e11eeb4 /doc | |
| parent | 67a1c257f9e4be774da5acf2c1b703d196e0a2cf (diff) | |
| parent | dcb867871548be2d06b8957e059b387efde17aa9 (diff) | |
| download | nova-d90aaaafbc11c8e951ccde27cac11f70ae65c9b2.tar.gz nova-d90aaaafbc11c8e951ccde27cac11f70ae65c9b2.tar.xz nova-d90aaaafbc11c8e951ccde27cac11f70ae65c9b2.zip | |
Merge "Fix to a documentation generation script."
Diffstat (limited to 'doc')
| -rwxr-xr-x | doc/find_autodoc_modules.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/find_autodoc_modules.sh b/doc/find_autodoc_modules.sh index c612b0084..b44f060fb 100755 --- a/doc/find_autodoc_modules.sh +++ b/doc/find_autodoc_modules.sh @@ -8,7 +8,7 @@ for x in `find ${NOVA_DIR} -name '*.py'`; do if [ `basename ${x} .py` == "__init__" ] ; then continue fi - relative=nova.`echo ${x} | sed -e 's$^'${NOVA_DIR}'$$' -e 's/.py$//' -e 's$/$.$g'` + relative=nova`echo ${x} | sed -e 's$^'${NOVA_DIR}'$$' -e 's/.py$//' -e 's$/$.$g'` modules="${modules} ${relative}" done |
