mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
tools: A small fix for the script to build the docs with
This commit is contained in:
parent
38df62865d
commit
6d4b035f2c
@ -48,6 +48,11 @@ if [ ! -x "$publican_path" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ ! -d "$sourcedir/docs" ]; then
|
||||||
|
echo "$sourcedir/docs doesn't seem to exist? Maybe set -s?"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
cd $sourcedir/docs
|
cd $sourcedir/docs
|
||||||
cp -R /usr/share/publican/Common_Content .
|
cp -R /usr/share/publican/Common_Content .
|
||||||
ln -s $sourcedir/docs/publican-cloudstack Common_Content/cloudstack
|
ln -s $sourcedir/docs/publican-cloudstack Common_Content/cloudstack
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user