Add a bunch of manpages.
This commit is contained in:
parent
f16f0147b1
commit
4b48448233
13 changed files with 535 additions and 4 deletions
6
Documentation/md-to-man.do
Normal file
6
Documentation/md-to-man.do
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue