[release] Adopts tools/publishdocs.sh for Newton

Change-Id: Ic7a04337b7a92c2848d327c113373807ccc7551b
This commit is contained in:
Alexandra Settle 2016-09-29 11:58:57 +01:00
parent dcc27e4f26
commit 090cf87449

View File

@ -41,7 +41,7 @@ function copy_to_branch {
for f in $(find publish-docs/$BRANCH -name "*.html"); do
sed -i -e "s|/draft/|/$BRANCH/|g" $f
done
# Debian Install Guide for Mitaka is not ready
# Debian Install Guide for Newton is not ready
rm -rf publish-docs/$BRANCH/install-guide-debian
fi
}