summaryrefslogtreecommitdiffstats
path: root/default.8.do
blob: 467bfbef54ab47ee346b765e05bb3f55375e901d (plain)
1
2
3
4
5
6
7
exec >&2
if pandoc </dev/null 2>/dev/null; then
	pandoc -s -r markdown -w man -o $3 $2.md
else
	echo "Warning: pandoc not installed; can't generate manpages."
	redo-always
fi