From 4fb334113bc2a71d75eaabeb3f81c98e5aaddc75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 4 Jun 2019 17:33:59 +0200 Subject: [PATCH] man/man: refer to the right build directory in the helpers I have no idea how this one slipped through. --- man/html.in | 2 +- man/man.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/html.in b/man/html.in index d4debcc340..bc9a668c23 100755 --- a/man/html.in +++ b/man/html.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" 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"