From 0670f78b965093c53720763d4e4832fda700c7b2 Mon Sep 17 00:00:00 2001 From: Avery Pennarun Date: Sat, 31 Dec 2011 02:44:18 -0500 Subject: [PATCH] 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. --- Documentation/md-to-man.do | 1 + 1 file changed, 1 insertion(+) 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