From 08f0ef29e7acc824e6cef508edf1a3e2201b0892 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Sat, 9 Jan 2016 00:16:11 +1100 Subject: solenv: if module is vcl, then include filter directories in doxygen include Change-Id: I79610ab5c9eb3812035d9d2c5f8ce1508451cd60 Reviewed-on: https://gerrit.libreoffice.org/21251 Reviewed-by: Chris Sherlock Tested-by: Chris Sherlock --- solenv/bin/mkdocs.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'solenv') diff --git a/solenv/bin/mkdocs.sh b/solenv/bin/mkdocs.sh index db3c7eb2418f..c5231feced77 100755 --- a/solenv/bin/mkdocs.sh +++ b/solenv/bin/mkdocs.sh @@ -169,6 +169,10 @@ do PROJECT_INCLUDE="$PROJECT_INCLUDE include/$PROJECT" fi + if [ "$PROJECT" == "vcl" ]; then + PROJECT_INCLUDE="$PROJECT_INCLUDE $PROJECT/source/filter/igif/ $PROJECT/source/filter/ixbm $PROJECT/source/filter/igif/ $PROJECT/source/filter/jpeg" + fi + DOXYGEN_INPUT=`printf "%s" "$PROJECT/source $PROJECT_INCLUDE"` DOXYGEN_OUTPUT="$BASE_OUTPUT/$PROJECT" -- cgit