This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: [RFC] generate man pages for classpath tools
- From: Tom Tromey <tromey at redhat dot com>
- To: Matthias Klose <doko at cs dot tu-berlin dot de>
- Cc: java at gcc dot gnu dot org
- Date: 13 Feb 2007 09:41:09 -0700
- Subject: Re: [RFC] generate man pages for classpath tools
- References: <17868.26677.280844.264069@gargle.gargle.HOWL>
- Reply-to: tromey at redhat dot com
>>>>> "Matthias" == Matthias Klose <doko@cs.tu-berlin.de> writes:
Matthias> The attached patch allows generation of man pages for the
Matthias> classpath tools. Currently only three man pages are useful
Matthias> (jarsigner, keytool and gappletviewer). The conversion
Matthias> programs are used from the gcc tree, maybe a copy of the
Matthias> script should go into the classpath repository? Stubs for
Matthias> all other man pages are created.
I think this is a great idea. Also I think we should install
tools.info -- but I think that is a bad name (too generic) so we ought
to change it.
I have a few other nits about this .texinfo file, but no big deal,
I'll file a bug or put them on my to-do list.
Whether the man page stuff goes into Classpath cvs ought to be
discussed on the Classpath list.
Your patch needs a ChangeLog entry.
Also your patch in contrib/ will need approval by someone else, so it
should be sent to gcc-patches.
Tom