Fix generatepot-rst for api-quick-start

The guide has no common directory, therefore we have no common
translation. Handle this  in our script.

Change-Id: If140cd8ebe893eedebd2a5f883210309380220e7
Depends-On: Id34b92430ef4da804335714710547ada02c23cef
This commit is contained in:
Andreas Jaeger 2015-10-08 07:14:44 +02:00
parent 3d8f061c9b
commit 84eaa62fee

View File

@ -93,8 +93,8 @@ EOF
rm -f ${TOPDIR}common-rst/source/locale/dummy.po rm -f ${TOPDIR}common-rst/source/locale/dummy.po
else else
# common-rst is translated as part of openstack-manuals, do not # common-rst is translated as part of openstack-manuals, do not
# include the file in the combined tree. # include the file in the combined tree if it exists.
rm ${DIRECTORY}/source/locale/common.pot rm -f ${DIRECTORY}/source/locale/common.pot
fi fi
# Take care of deleting all temporary files so that # Take care of deleting all temporary files so that