Use the new arguments from redo v0.10.

(apenwarr: also updates to the matching, latest minimal/do)
This commit is contained in:
Jimmy Tang
2012-01-04 20:37:50 +00:00
committed by Avery Pennarun
parent e2c682084c
commit 6698992f4f
6 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
exec >&2
if pandoc </dev/null 2>/dev/null; then
pandoc -s -r markdown -w man -o $3 $1.md
pandoc -s -r markdown -w man -o $3 $2.md
else
echo "Warning: pandoc not installed; can't generate manpages."
redo-always