diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2011-10-07 10:14:59 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-10-07 10:15:54 +0200 |
commit | 19428106ea6e1614205f6b818565daee56c9d11f (patch) | |
tree | c7ef9d033ac839217bc6d288c46c8ae1c1459d6d /solenv/bin/mkdocs.sh | |
parent | 6a0fdcc0b73883892fcf5ae6475829927fe5278a (diff) |
Miklos wants writerfilter doxygen-ified, too
Diffstat (limited to 'solenv/bin/mkdocs.sh')
-rwxr-xr-x | solenv/bin/mkdocs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/mkdocs.sh b/solenv/bin/mkdocs.sh index 3d6ba295c893..1e358e64cf56 100755 --- a/solenv/bin/mkdocs.sh +++ b/solenv/bin/mkdocs.sh @@ -26,7 +26,7 @@ BINDIR=`dirname $0` . ./*.Set.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 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 writerfilter cui chart2 dbaccess sd starmath sc sw" # output directory for generated documentation BASE_OUTPUT="$1" |