[Libreoffice-commits] .: bin/mkdocs.sh
Thorsten Behrens
thorsten at kemper.freedesktop.org
Tue Nov 9 05:15:15 PST 2010
bin/mkdocs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0a1187a592789344a2db75380f249a77a8935baf
Author: Thorsten Behrens <tbehrens at novell.com>
Date: Tue Nov 9 14:08:39 2010 +0100
Produce doxygen docs also for filter module
diff --git a/bin/mkdocs.sh b/bin/mkdocs.sh
index 80523d9..d6690d7 100755
--- a/bin/mkdocs.sh
+++ b/bin/mkdocs.sh
@@ -27,7 +27,7 @@ BINDIR=`dirname $0`
# get list of modules in build order - bah, blows RAM & disk, static list below
#INPUT_PROJECTS=`build --all --show | sed -n -e '/Entering module/ s/Entering module // p'`
-INPUT_PROJECTS="o3tl basegfx comphelper svl vcl canvas cppcanvas oox svtools goodies drawinglayer xmloff slideshow sfx2 editeng svx cui chart2 dbaccess sd starmath sc sw"
+INPUT_PROJECTS="o3tl basegfx comphelper svl vcl canvas cppcanvas filter oox svtools goodies drawinglayer xmloff slideshow sfx2 editeng svx cui chart2 dbaccess sd starmath sc sw"
# output directory for generated documentation
BASE_OUTPUT="$1"
More information about the Libreoffice-commits
mailing list