[Libreoffice-commits] .: solenv/bin

Thorsten Behrens thorsten at kemper.freedesktop.org
Thu Jan 5 05:14:07 PST 2012


 solenv/bin/mkdocs.sh |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 77d05dfa5ba3f81844b093808246d60504cfabda
Author: Thorsten Behrens <tbehrens at suse.com>
Date:   Thu Jan 5 14:04:52 2012 +0100

    Adapt doxygen gen script to changed Env file name.

diff --git a/solenv/bin/mkdocs.sh b/solenv/bin/mkdocs.sh
index 5cc3d42..77e7562 100755
--- a/solenv/bin/mkdocs.sh
+++ b/solenv/bin/mkdocs.sh
@@ -20,10 +20,7 @@ shopt -s expand_aliases
 DOXYGEN_PROJECT_PREFIX="LibreOffice"
 
 # suck setup
-BINDIR=`dirname $0`
-. $BINDIR/setup
-
-. ./*.Set.sh
+. ./Env.Host.sh
 
 # get list of modules in build order - bah, blows RAM & disk, static list below
 INPUT_PROJECTS="o3tl basegfx basebmp comphelper svl vcl canvas cppcanvas oox svtools goodies drawinglayer xmloff slideshow sfx2 editeng svx writerfilter cui chart2 dbaccess sd starmath sc sw"


More information about the Libreoffice-commits mailing list