diff --git a/Documentation/md-to-man.do b/Documentation/md-to-man.do index 1cb241e..979f1ef 100644 --- a/Documentation/md-to-man.do +++ b/Documentation/md-to-man.do @@ -3,5 +3,6 @@ if ./md2man.py /dev/null; then echo './md2man.py $1.md.tmp' else 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' fi