Kaydet (Commit) 39026305 authored tarafından Chris Sherlock's avatar Chris Sherlock Kaydeden (comit) Markus Mohrhard

Fix include path error in mkdocs.sh introduced in 247cd338

Unfortunately in commit 247cd338 I
mistakenly included the directories wrongly. This fixes this.

Change-Id: I91193321d1264985eab4865ca05adeab96401b2f
Reviewed-on: https://gerrit.libreoffice.org/7669Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst 06e9730b
...@@ -164,7 +164,7 @@ do ...@@ -164,7 +164,7 @@ do
fi fi
if [ -d "include/$PROJECT" ]; then if [ -d "include/$PROJECT" ]; then
PROJECT_INCLUDE="$PROJECT_INCLUDE $PROJECT_INCLUDE" PROJECT_INCLUDE="$PROJECT_INCLUDE include/$PROJECT"
fi fi
DOXYGEN_INPUT=`printf "%s" "$PROJECT/source $PROJECT_INCLUDE"` DOXYGEN_INPUT=`printf "%s" "$PROJECT/source $PROJECT_INCLUDE"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment