man/man: refer to the right build directory in the helpers

I have no idea how this one slipped through.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-06-04 17:33:59 +02:00
parent 90f003a39f
commit 4fb334113b
2 changed files with 2 additions and 2 deletions

View File

@ -9,4 +9,4 @@ fi
target="man/$1.html"
ninja -C "@BUILD_ROOT@" "$target"
set -x
exec xdg-open build/"$target"
exec xdg-open "@BUILD_ROOT@/$target"

View File

@ -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"