[Libreoffice-commits] core.git: solenv/bin

Miklos Vajna vmiklos at suse.cz
Mon May 13 07:01:17 PDT 2013


 solenv/bin/mkdocs.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 935d074e9fd4d4feab4dd393e5b4938bf32de1cb
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Mon May 13 16:00:07 2013 +0200

    mkdocs.sh: adapt to global include dir
    
    Change-Id: Ieacf702649fd9581213612454eba67ba38f8cc13

diff --git a/solenv/bin/mkdocs.sh b/solenv/bin/mkdocs.sh
index 846e19e..6cd7df9 100755
--- a/solenv/bin/mkdocs.sh
+++ b/solenv/bin/mkdocs.sh
@@ -158,7 +158,7 @@ DOXYGEN_REF_TAGFILES=""
 for PROJECT in $INPUT_PROJECTS;
 do
   # avoid processing of full project subdirs, only add source and inc
-  DOXYGEN_INPUT=`printf "%s" "$PROJECT/source $PROJECT/inc "`
+  DOXYGEN_INPUT=`printf "%s" "$PROJECT/source $PROJECT/inc include/$PROJECT "`
 
   DOXYGEN_OUTPUT="$BASE_OUTPUT/$PROJECT"
   DOXYGEN_OUR_TAGFILE="$DOXYGEN_OUTPUT/$PROJECT.tags"


More information about the Libreoffice-commits mailing list