Sync doc-tools-build-rst with openstack-manuals

Import current version from openstack-manuals which removes
.buildinfo files as those are not needed for publication.

Change-Id: I37ba1422888b8551c251b19f5b3e5498482570dc
This commit is contained in:
Andreas Jaeger 2015-10-14 11:41:27 +02:00
parent 10aacc6bce
commit ace2fe525a
1 changed files with 4 additions and 2 deletions

View File

@ -105,5 +105,7 @@ else
if [ "$TARGET" != "" ] ; then
mkdir -p publish-docs/$TARGET
rsync -a $BUILD_DIR/ publish-docs/$TARGET/
# Remove unneeded build artefact
rm -f publish-docs/$TARGET/.buildinfo
fi
fi