Add documentation for gcjh, and build a gcjh(1) man page. Looking for
somebody to check this in into the classpath repository.

Thanks, Matthias

2007-03-19  Matthias Klose  <[EMAIL PROTECTED]>

        * doc/Makefile.am: Build a gcjh(1) man page.
        * doc/Makefile.in: Regenerate.
        * doc/cp-tools.texinfo: Add documentation for gcjh.

--- classpath/doc/Makefile.am~  2007-03-06 22:29:13.000000000 +0100
+++ classpath/doc/Makefile.am   2007-03-06 22:58:05.000000000 +0100
@@ -19,6 +19,7 @@
        gjar.1 \
        gjarsigner.1 \
        gjavah.1 \
+       gcjh.1 \
        gkeytool.1 \
        gnative2ascii.1 \
        gorbd.1 \
@@ -51,7 +52,7 @@
 
 .INTERMEDIATE: gappletviewer.pod gjarsigner.pod gjar.pod gjavah.pod \
        gkeytool.pod gnative2ascii.pod gorbd.pod grmid.pod grmiregistry.pod \
-       gserialver.pod gtnameserv.pod
+       gserialver.pod gtnameserv.pod gcjh.pod
 
 gappletviewer.pod: $(srcdir)/cp-tools.texinfo
        -$(TEXI2POD) -D gappletviewer < $< > $@
@@ -62,6 +63,9 @@
 gjar.pod: $(srcdir)/cp-tools.texinfo
        -$(TEXI2POD) -D gjar < $< > $@
 
+gcjh.pod: $(srcdir)/cp-tools.texinfo
+       -$(TEXI2POD) -D gcjh < $< > $@
+
 gjavah.pod: $(srcdir)/cp-tools.texinfo
        -$(TEXI2POD) -D gjavah < $< > $@
 
--- classpath/doc/cp-tools.texinfo~     2007-03-06 22:22:56.000000000 +0100
+++ classpath/doc/cp-tools.texinfo      2007-03-06 22:57:01.000000000 +0100
@@ -127,6 +127,7 @@
 
 * jar Tool::                   Archive tool for Java archives
 * javah Tool::                 A java header compiler
+* gcjh Tool::                  A java header compiler (old version)
 * native2ascii Tool::          An encoding converter
 * orbd Tool::                  An object request broker daemon
 * serialver Tool::             A serial version command
@@ -1215,12 +1216,13 @@
 @chapter Other Tools
 
 This is a list of currently undocumented classpath tools: @b{jar},
[EMAIL PROTECTED], @b{native2ascii}, @b{orbd}, @b{serialver}, @b{rmid}, 
@b{rmiregistry}
[EMAIL PROTECTED], @b{gcjh}, @b{native2ascii}, @b{orbd}, @b{serialver}, 
@b{rmid}, @b{rmiregistry}
 and @b{tnameserv}.
 
 @menu
 * jar Tool::                   Archive tool for Java archives
 * javah Tool::                 A java header compiler
+* gcjh Tool::                  A java header compiler (old version)
 * native2ascii Tool::          An encoding converter
 * orbd Tool::                  An object request broker daemon
 * serialver Tool::             A serial version command
@@ -1407,7 +1409,66 @@
 
 @comment ----------------------------------------------------------------------
 
[EMAIL PROTECTED] native2ascii Tool, orbd Tool, javah Tool, Other Tools
[EMAIL PROTECTED] gcjh Tool, native2ascii Tool, gjavah Tool, Other Tools
[EMAIL PROTECTED] node-name, next, previous, up
[EMAIL PROTECTED] The @command{gcjh} Tool
[EMAIL PROTECTED] man title gcjh - generate header files from Java class files
+
[EMAIL PROTECTED] man begin DESCRIPTION gcjh
+
+To be written @dots{}
+
[EMAIL PROTECTED] man end
+
[EMAIL PROTECTED]
[EMAIL PROTECTED] man begin SYNOPSIS gcjh
+gcjh [EMAIL PROTECTED]@dots{} @[EMAIL PROTECTED]
[EMAIL PROTECTED] man end
[EMAIL PROTECTED] ignore
+
[EMAIL PROTECTED] man begin OPTIONS gcjh
+
+CNI text options
[EMAIL PROTECTED] @gcctabopt
[EMAIL PROTECTED] -add @var{text}
+Insert @var{text} into class body.
[EMAIL PROTECTED] -append @var{text}
+Append @var{text} after class declaration.
[EMAIL PROTECTED] -friend @var{text}
+Insert @var{text} as a @code{friend} declaration.
[EMAIL PROTECTED] -prepend @var{text}
+Insert @var{text} before start of class.
[EMAIL PROTECTED] table
+
+Compatibility options (unused)
[EMAIL PROTECTED] @gcctabopt
[EMAIL PROTECTED] -td @var{DIR}
[EMAIL PROTECTED] -M
[EMAIL PROTECTED] -MM
[EMAIL PROTECTED] -MD
[EMAIL PROTECTED] -MMD
+Unused compatibility option.
[EMAIL PROTECTED] table
+
+
+Standard options:
[EMAIL PROTECTED] @gcctabopt
[EMAIL PROTECTED] -help
+Print help text, then exit.
[EMAIL PROTECTED] -version
+Print version number, then exit.
[EMAIL PROTECTED] [EMAIL PROTECTED]
+Pass argument to the Java runtime.
[EMAIL PROTECTED] table
[EMAIL PROTECTED] man end
+
[EMAIL PROTECTED] man begin SEEALSO gcjh
+javac(1), javah(1), @dots{}
[EMAIL PROTECTED] man end
+
[EMAIL PROTECTED] 
----------------------------------------------------------------------
+
[EMAIL PROTECTED] native2ascii Tool, orbd Tool, gcjh Tool, Other Tools
 @comment node-name, next, previous, up
 @section The @command{native2ascii} Tool
 @c man title gnative2ascii - An encoding converter

Reply via email to