summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2015-02-26 15:57:20 +0100
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2015-02-26 15:58:00 +0100
commit09d1e2f603082f596292768a9d08da2408ff82c3 (patch)
tree60b3d3eeeb616320c5844391d4b74e57d040fa63
parentbe36d34aee09cc821b32c8f190841967aa23f15c (diff)
gst-unsinstalled: Add ges-launch manuals path to MANPATH.
-rwxr-xr-xscripts/gst-uninstalled2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled
index c64722c1e..7b2b91139 100755
--- a/scripts/gst-uninstalled
+++ b/scripts/gst-uninstalled
@@ -180,7 +180,7 @@ export GST_PLUGIN_SCANNER=$GST/gstreamer/libs/gst/helpers/gst-plugin-scanner
# in the system-configured man paths from man.config
# this still doesn't make it work for the uninstalled case, since man goes
# look for a man directory "nearby" instead of the directory I'm telling it to
-export MANPATH=$GST/gstreamer/tools:$GST_PREFIX/share/man:$MANPATH
+export MANPATH=$GST/gstreamer/tools:$GST_PREFIX/share/man:$GST/gst-editing-services/docs/man/:$MANPATH
if [ -z "$PYTHON" ]; then PYTHON="python"; fi
pythonver=`$PYTHON -c "import sys; print (sys.version[:3])"`
pythonsites=`$PYTHON -c "import site; print(':'.join(site.getsitepackages()))"`