summaryrefslogtreecommitdiff
path: root/docs/podman-remote.sh
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-10-24 14:54:57 -0500
committerbaude <bbaude@redhat.com>2019-10-31 12:31:39 -0500
commit52b92023edeba3a5e2c466d92d742e54b14a85cb (patch)
tree44e6193d49afd1277b7d07b0df41fc80d31b3adb /docs/podman-remote.sh
parent5af166ff513265b17aee92a9ce3a1522090d7dec (diff)
downloadpodman-52b92023edeba3a5e2c466d92d742e54b14a85cb.tar.gz
podman-52b92023edeba3a5e2c466d92d742e54b14a85cb.tar.bz2
podman-52b92023edeba3a5e2c466d92d742e54b14a85cb.zip
Restructure documentation dir
Restructuring the docs dir to make integration with sphinx easier. man pages now exist in docs/source/man and the sphinx make files exists in docs. Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'docs/podman-remote.sh')
-rwxr-xr-xdocs/podman-remote.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/podman-remote.sh b/docs/podman-remote.sh
index 2f8e76d1b..d8ce4a359 100755
--- a/docs/podman-remote.sh
+++ b/docs/podman-remote.sh
@@ -53,9 +53,8 @@ function darwin_fn() {
local markdown=$1
local file=$(basename $markdown)
local dir=$(dirname $markdown)
-
- if [[ -f $dir/links/$file ]]; then
- markdown=$dir/links/$file
+ if [[ -f $dir/../../links/$file ]]; then
+ markdown=$dir/../../links/$file
fi
install $markdown $TARGET
}