aboutsummaryrefslogtreecommitdiff
path: root/Documentation/MANPAGE-render.bash
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-12-01 21:04:58 +0100
committerJakob Unterwurzacher2015-12-01 21:04:58 +0100
commit2734dc81e550ef730476e85236f64a2cf3ff0d08 (patch)
tree2146343fc46a43ee821c7856c2d64d99b8f445f1 /Documentation/MANPAGE-render.bash
parentaccf8144ca627ffc0a282259d28b8fe6e583eed6 (diff)
Make sure MANPAGE-render.bash works when called from outside Documentation
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