Only copy Japanese glossary around

No need to import other glossary translations in security-doc or
operations-guide since those are unused. Thus copy only the Japanese
glossary.

Change-Id: I88af4f2f77cc13c1eca6cb772bba7948cd6f4dc7
This commit is contained in:
Andreas Jaeger 2014-09-07 08:22:05 +02:00
parent c7ddb1c540
commit 66377b3519

View File

@ -36,7 +36,9 @@ esac
GLOSSARY_DIR="$PROJECT_DIR/$GLOSSARY_SUB_DIR"
cp doc/glossary/glossary-terms.xml $GLOSSARY_DIR/
cp doc/glossary/locale/* $GLOSSARY_DIR/locale/
# Copy only Japanese translation since security-guide and
# operations-guide are only translated to Japanese for now.
cp doc/glossary/locale/ja.po $GLOSSARY_DIR/locale/
sed -i -e "s|\"../common/entities/openstack.ent\"|\"../$ENT_DIR/openstack.ent\"|" \
$GLOSSARY_DIR/glossary-terms.xml
(cd $PROJECT_DIR;git add $GLOSSARY_SUB_DIR)