Message319601
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 |
|
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 | |
|