tools: A small fix for the script to build the docs with

This commit is contained in:
Wido den Hollander 2013-04-12 13:50:08 +02:00
parent 38df62865d
commit 6d4b035f2c

View File

@ -48,6 +48,11 @@ if [ ! -x "$publican_path" ]; then
exit 1
fi
if [ ! -d "$sourcedir/docs" ]; then
echo "$sourcedir/docs doesn't seem to exist? Maybe set -s?"
exit 1
fi
cd $sourcedir/docs
cp -R /usr/share/publican/Common_Content .
ln -s $sourcedir/docs/publican-cloudstack Common_Content/cloudstack