mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user