mirror of https://github.com/apache/cloudstack.git
docs: Build the installation guide instead of "all"
It seems that all the work is going into the installation guide instead of the "-all" docs. With this commit we build the installation guide documentation.
This commit is contained in:
parent
5b2e1f42b7
commit
5e44e61127
|
|
@ -51,5 +51,5 @@ fi
|
|||
cd $sourcedir/docs
|
||||
cp -R /usr/share/publican/Common_Content .
|
||||
ln -s $sourcedir/docs/publican-cloudstack Common_Content/cloudstack
|
||||
publican build --config=publican-all.cfg --formats html,pdf --langs en-US --common_content=$sourcedir/docs/Common_Content
|
||||
publican build --config=publican-installation.cfg --formats html,pdf --langs en-US --common_content=$sourcedir/docs/Common_Content
|
||||
rm -r Common_Content
|
||||
Loading…
Reference in New Issue