Documentation: Fix some markdown formatting bugs.
This commit is contained in:
parent
adbaaf38ce
commit
84fb972fb7
6 changed files with 23 additions and 18 deletions
|
|
@ -1,6 +1,6 @@
|
|||
redo-ifchange md2man.py
|
||||
if ./md2man.py </dev/null >/dev/null; then
|
||||
echo './md2man.py $2.md.tmp'
|
||||
if ./md2man.py /dev/null /dev/null >/dev/null; then
|
||||
echo './md2man.py $2.md.tmp $2.html'
|
||||
else
|
||||
echo "Warning: md2man.py missing modules; can't generate manpages." >&2
|
||||
echo "Warning: try this: sudo easy_install markdown BeautifulSoup" >&2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue