Oz Tiram <nahu...@gmail.com> added the comment:

As already pointed out, it can get the parser somehow, you don't need  an 
explicit extra option --man. That's the approach suggesed in:

man-argparse and build_manpage.py attached here

You can use it a make file like this:

install:
      ./setup.py build_manpage 
      ./setup.py install
      install -D -m 644 foo.1 ${DESTDIR}/usr/share/man/man1

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue14102>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to