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

Chris Sherlock chris.sherlock79 at gmail.com
Sun Jan 26 18:12:39 PST 2014


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

New commits:
commit 39026305e25d3b010e95a0dfa3ae9ca4f1319e98
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Mon Jan 27 13:08:27 2014 +1100

    Fix include path error in mkdocs.sh introduced in 247cd3381745
    
    Unfortunately in commit 247cd33817457789645827a52d79a1876b9760a3 I
    mistakenly included the directories wrongly. This fixes this.
    
    Change-Id: I91193321d1264985eab4865ca05adeab96401b2f
    Reviewed-on: https://gerrit.libreoffice.org/7669
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/solenv/bin/mkdocs.sh b/solenv/bin/mkdocs.sh
index 93f502f..888521b 100755
--- a/solenv/bin/mkdocs.sh
+++ b/solenv/bin/mkdocs.sh
@@ -164,7 +164,7 @@ do
   fi
 
   if [ -d "include/$PROJECT" ]; then
-      PROJECT_INCLUDE="$PROJECT_INCLUDE $PROJECT_INCLUDE"
+      PROJECT_INCLUDE="$PROJECT_INCLUDE include/$PROJECT"
   fi
 
   DOXYGEN_INPUT=`printf "%s" "$PROJECT/source $PROJECT_INCLUDE"`


More information about the Libreoffice-commits mailing list