summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-10 10:53:15 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-10 10:53:15 +0200
commit5a37b0e7bf899d9b7d3835c176da926064b75bb2 (patch)
treeba9b7512c3e17e414280875a9c45ea1b94e32abe /doc
parent1021f5cf48784b6ed6b28834f14485b52b4c80e3 (diff)
parent66ab18aedf422dd2a463112acc8310779a7f703e (diff)
downloadautomake-5a37b0e7bf899d9b7d3835c176da926064b75bb2.tar.gz
Merge branch 'branch-1.13.2' into maint
* branch-1.13.2: cosmetics: fix few typos, grammaros and missing whitespace fixup: remove an obsolete comment docs: we still don't have the promised better Java interface
Diffstat (limited to 'doc')
-rw-r--r--doc/automake.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/automake.texi b/doc/automake.texi
index dda78a512..8b5125e2b 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -7603,11 +7603,11 @@ libtool, The Libtool Manual}) with the @code{LTLIBRARIES} primary.
Automake provides some minimal support for Java bytecode compilation with
the @code{JAVA} primary (in addition to the support for compiling Java to
native machine code; @pxref{Java Support with gcj}). Note however that
-@emph{the interface and most features described here are deprecated}; the
-next automake release will strive to provide a better and cleaner
+@emph{the interface and most features described here are deprecated}.
+Future Automake releases will strive to provide a better and cleaner
interface, which however @emph{won't be backward-compatible}; the present
-interface will probably be removed altogether in future automake releases
-(1.13 or later), so don't use it in new code.
+interface will probably be removed altogether some time after the
+introduction of the new interface (if that ever materializes).
Any @file{.java} files listed in a @code{_JAVA} variable will be
compiled with @code{JAVAC} at build time. By default, @file{.java}