* doc/automake.texi (Java Support, Java): Add cross-references.
---
 ChangeLog         |    5 +++++
 doc/automake.texi |    8 +++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 42687cf..43bc350 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-15  Benoit Sigoure  <tsuna...@gmail.com>
+
+       docs: Add references between the 2 sections on compiling Java.
+       * doc/automake.texi (Java Support, Java): Add cross-references.
+
 2011-07-08  Stefano Lattarini  <stefano.lattar...@gmail.com>
 
        tests: fix weakness in 'tests-environment-backcompat.test'
diff --git a/doc/automake.texi b/doc/automake.texi
index 1f16dd3..05967f0 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -6693,8 +6693,9 @@ is as follows:
 @cindex Java support
 @cindex Support for Java
 
-Automake includes support for compiled Java, using @command{gcj}, the Java
-front end to the GNU Compiler Collection.
+Automake includes support for natively compiled Java, using @command{gcj},
+the Java front end to the GNU Compiler Collection, as well as some preliminary
+support for compiling Java to bytecode (see @pxref{Java}).
 
 Any package including Java code to be compiled must define the output
 variable @code{GCJ} in @file{configure.ac}; the variable @code{GCJFLAGS}
@@ -7563,7 +7564,8 @@ libtool, The Libtool Manual}) with the @code{LTLIBRARIES} 
primary.
 @cindex Primary variable, @code{JAVA}
 
 Automake provides some minimal support for Java compilation with the
-@code{JAVA} primary.
+@code{JAVA} primary, as well as support for compiling Java to native
+machine code (see @pxref{Java Support}).
 
 Any @file{.java} files listed in a @code{_JAVA} variable will be
 compiled with @code{JAVAC} at build time.  By default, @file{.java}
-- 
1.7.5.3.445.gc1a0


Reply via email to