summaryrefslogtreecommitdiff
path: root/solenv/bin/mkdocs.sh
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2011-02-09 15:18:20 +0100
committerThorsten Behrens <tbehrens@novell.com>2011-02-09 15:18:44 +0100
commit053754d986bedee85fd2a5076b5f7561e945c5cd (patch)
treed5cfe2e7df6f18c8629298f2b2b769136609a56a /solenv/bin/mkdocs.sh
parenta0c217c31bce7eb1fe554f7128061ed9ea8a0ccd (diff)
Add basebmp to list of doxygen-processed modules
Diffstat (limited to 'solenv/bin/mkdocs.sh')
-rwxr-xr-xsolenv/bin/mkdocs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/mkdocs.sh b/solenv/bin/mkdocs.sh
index 5fe3271a6370..0cbe61bc6fee 100755
--- a/solenv/bin/mkdocs.sh
+++ b/solenv/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 basebmp comphelper svl vcl canvas cppcanvas oox svtools goodies drawinglayer xmloff slideshow sfx2 editeng svx cui chart2 dbaccess sd starmath sc sw"
# output directory for generated documentation
BASE_OUTPUT="$1"