md-to-man.do: suggest how to install markdown/BeautifulSoup
...since they aren't included by default on MacOS X, but easy_install can easily get them for you.
This commit is contained in:
parent
75c3a0a46b
commit
0670f78b96
1 changed files with 1 additions and 0 deletions
|
|
@ -3,5 +3,6 @@ if ./md2man.py </dev/null >/dev/null; then
|
||||||
echo './md2man.py $1.md.tmp'
|
echo './md2man.py $1.md.tmp'
|
||||||
else
|
else
|
||||||
echo "Warning: md2man.py missing modules; can't generate manpages." >&2
|
echo "Warning: md2man.py missing modules; can't generate manpages." >&2
|
||||||
|
echo "Warning: try this: sudo easy_install markdown BeautifulSoup" >&2
|
||||||
echo 'echo Skipping: $1.1 >&2'
|
echo 'echo Skipping: $1.1 >&2'
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue