]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/man: refer to the right build directory in the helpers 12737/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 4 Jun 2019 15:33:59 +0000 (17:33 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 4 Jun 2019 15:33:59 +0000 (17:33 +0200)
I have no idea how this one slipped through.

man/html.in
man/man.in

index d4debcc34000d11f0fae9ad50802f9505437bd48..bc9a668c23f0a6dc8a0ca15bca09834ef16db0cf 100755 (executable)
@@ -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"
index ab1c1fdc73f62eca2bc687dbac3d510719dca6cd..75680b860c7a9faca10e543976a6fcaaa1c47766 100755 (executable)
@@ -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"