Andrew John Hughes writes:
> This patch from Michael Koch adds support to gjdoc
> for being invoked like javadoc:
>
> Changelog:
>
> 2007-05-12 Andrew John Hughes <[EMAIL PROTECTED]>
>
> * NEWS: Updated.
>
> 2007-05-11 Michael Koch <[EMAIL PROTECTED]>
>
> * Makefile.am:
> Update JAR file creation.
> * src/com/sun/tools/javadoc/Main.java:
> New file.
Something Very Bad happened to your indentation:
> +package com.sun.tools.javadoc;
> +
> +public class Main
> +{
> + public static void main(String[] args)
> + {
> + gnu.classpath.tools.gjdoc.Main.main(args);
> + }
> +}