diff options
Diffstat (limited to 'Documentation/MANPAGE-render.bash')
-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 |