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:
Wido den Hollander 2012-10-22 12:06:53 +02:00
parent 5b2e1f42b7
commit 5e44e61127
1 changed files with 1 additions and 1 deletions

View File

@ -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