This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] generate man pages for classpath tools


The GCC tools generate man pages for all commands, this patch does the
same for the tools installed by classpath.

The patch is for classpath HEAD.

  Matthias

2007-02-16  Matthias Klose  <doko@ubuntu.com>

        * doc/Makefile.am: Add rules to build and install man pages
        from texinfo docs.
        * doc/Makefile.in: Regenerate.
        * doc/tools.texinfo: Add markup for man page generation,
        add documentation for command line options for gjar, gjavah,
        gnative2ascii, gorbd, grmid, grmiregistry, gserialver, gtnameserv.
        doc/texi2pod.pl: New, taken from the GCC sources.
        * doc/gappletviewer.1, doc/gjar.1, doc/gjarsigner.1, doc/gjavah.1,
        doc/gkeytool.1, doc/gnative2ascii.1, doc/gorbd.1, doc/grmid.1,
        doc/grmiregistry.1, doc/gserialver.1, doc/gtnameserv.1: Generate.



Attachment: tools-doc.diff.gz
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]