From bb26625259549190a09aba8b271976d5e653a197 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 23 Jul 2015 19:11:36 +0200 Subject: [PATCH] Prepare for translation of common files Imported file in other repos will be in common-rst directory - and not in subdirectories of the guides. This allows easier sharing of translations between openstack-manuals and the other repositories for common-rst. Change-Id: I17ae60fe7bb46ed73db17da67c6ff9beb69fcb02 Depends-On: I3f9be25579ae16550c32303117702d5500370b41 Depends-On: I7a26ba23f838a9e3541515d2ceaab56dfe0f59db Depends-On: I726dbee599936db532215d29e944da06ecf890c7 --- tools/sync-projects.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/sync-projects.sh b/tools/sync-projects.sh index 6fdcbe0892..c989cb0d0d 100755 --- a/tools/sync-projects.sh +++ b/tools/sync-projects.sh @@ -61,17 +61,17 @@ function copy_glossary_xml { case "$PROJECT_DIR" in api-site) - copy_rst firstapp/source/imported + copy_rst common-rst ;; ha-guide) - copy_rst doc/ha-guide/source/imported + copy_rst doc/common-rst copy_glossary_xml "doc/glossary" "high-availability-guide" "figures" ;; operations-guide) copy_glossary_xml "doc/glossary" "openstack-ops" "figures" ;; security-doc) - copy_rst security-guide-rst/source/imported + copy_rst common-rst copy_glossary_xml "glossary" "security-guide" "static" ;; *)