summaryrefslogtreecommitdiff
path: root/man/man.in
diff options
context:
space:
mode:
Diffstat (limited to 'man/man.in')
-rwxr-xr-xman/man.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man.in b/man/man.in
index ab1c1fdc73..75680b860c 100755
--- a/man/man.in
+++ b/man/man.in
@@ -13,4 +13,4 @@ if [ -z "$target" ]; then
exit 1
fi
ninja -C "@BUILD_ROOT@" "$target"
-exec man build/"$target"
+exec man "@BUILD_ROOT@/$target"