Make sure MANPAGE-render.bash works when called from outside Documentation

This commit is contained in:
Jakob Unterwurzacher 2015-12-01 21:04:58 +01:00
parent accf8144ca
commit 2734dc81e5
1 changed files with 1 additions and 1 deletions

View File

@ -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