It does :-)
and I discovered it while developing gengetopt actually!

Yegor Yefremov wrote:
Thank you for your answers. help2man rocks!

Regards,
Yegor

actually gengetopt itself creates its man page using help2man: once you
have your program (that uses the gengetopt generated parser), you can
build the manpage with help2man, e.g.,

help2man yourprogram

for gengetopt I do

help2man ./gengetopt --help-option="--detailed-help" > gengetopt.1

cheers
    Lorenzo

Salvatore Santagati wrote:
Well, I believe is a good idea also if possible create a man page with
help2man

Salvatore


On Wed, Sep 16, 2009 at 2:53 PM, Yegor Yefremov
<[email protected]> wrote:
Hi Lorenzo,

where it possible to automatically create a man page from ggo file?
It would be a great feature.

Thank you in advance.






_______________________________________________
Help-gengetopt mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gengetopt


--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
ICQ# lbetto, 16080134     (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com  http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net


_______________________________________________
Help-gengetopt mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gengetopt

Reply via email to