1f64b95737
This is the initial setup to build translated manuals. For now only the api-quick-start is build. This needs openstack-doc-tools version 0.13. Change-Id: I140b8007d76bda5f436cbd80e77b890852c71827
7 lines
96 B
Bash
Executable File
7 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
|
|
TARGET=$1
|
|
|
|
echo "copying pom.xml for $TARGET"
|
|
cp pom.xml generated/$TARGET/pom.xml
|