api-site/tools/copy_pom
Andreas Jaeger 1f64b95737 Enable building of translated manuals
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
2014-04-24 20:14:13 +02:00

7 lines
96 B
Bash
Executable File

#!/bin/bash
TARGET=$1
echo "copying pom.xml for $TARGET"
cp pom.xml generated/$TARGET/pom.xml