From 2734dc81e550ef730476e85236f64a2cf3ff0d08 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 1 Dec 2015 21:04:58 +0100 Subject: Make sure MANPAGE-render.bash works when called from outside Documentation --- Documentation/MANPAGE-render.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/MANPAGE-render.bash') diff --git a/Documentation/MANPAGE-render.bash b/Documentation/MANPAGE-render.bash index 9ea268d..f4e9743 100755 --- a/Documentation/MANPAGE-render.bash +++ b/Documentation/MANPAGE-render.bash @@ -3,5 +3,5 @@ set -eux # Render MANPAGE.md to a proper man(1) manpage - +cd ${0%/*} pandoc MANPAGE.md -s -t man -o gocryptfs.1 && man ./gocryptfs.1 -- cgit v1.2.3