summaryrefslogtreecommitdiff
path: root/Documentation/MANPAGE-render.bash
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/MANPAGE-render.bash')
-rwxr-xr-xDocumentation/MANPAGE-render.bash2
1 files changed, 1 insertions, 1 deletions
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