From 5e44e61127cf7b5ebeb7796d81942482977dafae Mon Sep 17 00:00:00 2001 From: Wido den Hollander Date: Mon, 22 Oct 2012 12:06:53 +0200 Subject: [PATCH] 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. --- tools/build/build_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/build_docs.sh b/tools/build/build_docs.sh index 34e459f7b94..8bb63e30e87 100755 --- a/tools/build/build_docs.sh +++ b/tools/build/build_docs.sh @@ -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 \ No newline at end of file