diff options
author | Jakob Unterwurzacher | 2015-12-01 21:04:58 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-12-01 21:04:58 +0100 |
commit | 2734dc81e550ef730476e85236f64a2cf3ff0d08 (patch) | |
tree | 2146343fc46a43ee821c7856c2d64d99b8f445f1 /Documentation | |
parent | accf8144ca627ffc0a282259d28b8fe6e583eed6 (diff) |
Make sure MANPAGE-render.bash works when called from outside Documentation
Diffstat (limited to 'Documentation')
-rwxr-xr-x | Documentation/MANPAGE-render.bash | 2 |
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 |