aboutsummaryrefslogtreecommitdiff
path: root/Documentation/MANPAGE-render.bash
diff options
context:
space:
mode:
authorSebastian Lackner2019-01-04 21:13:44 +0100
committerrfjakob2019-01-04 22:04:44 +0100
commitfab695fa601445148731690e43bee7d0ffcd436b (patch)
tree55bd579fbc81eded5fdca9699cbfa1640c41a279 /Documentation/MANPAGE-render.bash
parent23b5c80a0401e472a01174d5edaf6444af4af043 (diff)
Documentation: Fix MANPAGE-render.bash script.
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 2b7dd80..cc982aa 100755
--- a/Documentation/MANPAGE-render.bash
+++ b/Documentation/MANPAGE-render.bash
@@ -10,7 +10,7 @@ function render {
echo "Rendering $IN to $OUT"
echo ".\\\" This is a man page. View it using 'man ./$OUT'" > $OUT
echo ".\\\"" >> $OUT
- pandoc MANPAGE.md -s -t man >> $OUT
+ pandoc "$IN" -s -t man >> $OUT
}
render MANPAGE.md gocryptfs.1