Message319601
| Author | Oz.Tiram |
|---|---|
| Recipients | Aaron.Meurer, Daniel.Walsh, Ingo.Fischer, Oz.Tiram, Pavel Raiskup, acucci, adregner, andialbrecht, asmeurer, bethard, bignose, bochecha, dmalcolm, eric.araujo, josh.r, jwilk, louielu, matthewjohn, pablogsal, paul.j3, rhettinger, serhiy.storchaka, sigi, tshepang, zbysz |
| Date | 2018-06-15.10:07:58 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1529057278.76.0.947875510639.issue14102@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-15 10:07:58 | Oz.Tiram | set | recipients: + Oz.Tiram, rhettinger, bethard, jwilk, eric.araujo, zbysz, dmalcolm, Aaron.Meurer, bignose, andialbrecht, bochecha, tshepang, paul.j3, sigi, Daniel.Walsh, serhiy.storchaka, Ingo.Fischer, adregner, josh.r, acucci, matthewjohn, louielu, pablogsal, asmeurer, Pavel Raiskup |
| 2018-06-15 10:07:58 | Oz.Tiram | set | messageid: <1529057278.76.0.947875510639.issue14102@psf.upfronthosting.co.za> |
| 2018-06-15 10:07:58 | Oz.Tiram | link | issue14102 messages |
| 2018-06-15 10:07:58 | Oz.Tiram | create | |