summaryrefslogtreecommitdiff
path: root/docs/sphinx
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2013-07-28 19:06:24 -0400
committerTom Rondeau <tom@trondeau.com>2013-07-28 19:06:24 -0400
commit92a203565b3ac7f006a6ca8eaa405f106e619ec5 (patch)
treebc3420d065f7c7aa49a33771a9bb135c75da7eaf /docs/sphinx
parent370d1a34dc70db7fd150d55f1a59f26d6db23fa4 (diff)
docs: Fixes sphinx docs generating script to use any current LD_LIBRARY_PATH already set by the user.
Diffstat (limited to 'docs/sphinx')
-rw-r--r--docs/sphinx/run_sphinx_build.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sphinx/run_sphinx_build.sh.in b/docs/sphinx/run_sphinx_build.sh.in
index bc89f2de71..c9681657dd 100644
--- a/docs/sphinx/run_sphinx_build.sh.in
+++ b/docs/sphinx/run_sphinx_build.sh.in
@@ -2,6 +2,6 @@
echo "Creating Sphinx documentation in: @CMAKE_CURRENT_BINARY_DIR@/sphinx_out"
-LD_LIBRARY_PATH="@CMAKE_INSTALL_PREFIX@/lib"
+LD_LIBRARY_PATH="@CMAKE_INSTALL_PREFIX@/lib:$LD_LIBRARY_PATH"
@SPHINX_EXECUTABLE@ -b html -c @CMAKE_CURRENT_BINARY_DIR@/ @CMAKE_CURRENT_SOURCE_DIR@/source @CMAKE_CURRENT_BINARY_DIR@/sphinx_out