Add a bunch of manpages.

This commit is contained in:
Avery Pennarun 2010-12-12 01:59:26 -08:00
commit 4b48448233
13 changed files with 535 additions and 4 deletions

View file

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