Fix a typo in the "Using Java" section - ALL_TARGETS instead of ALL_TARGET.

PR:		141196
Submitted by:	Radim Kolar <hsn@sendmail.cz>
This commit is contained in:
Peter Pentchev 2009-12-07 13:02:19 +00:00
parent cc70c95075
commit b01c3475a9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=35034

View file

@ -6224,7 +6224,7 @@ QT_COMPONENTS= qmake_build moc_build rcc_build uic_build</programlisting>
the sub-make command. When no <literal>do-build</literal> target
is defined by the port, a default one will be set that simply
runs Ant according to <makevar>MAKE_ENV</makevar>,
<makevar>MAKE_ARGS</makevar> and <makevar>ALL_TARGETS</makevar>.
<makevar>MAKE_ARGS</makevar> and <makevar>ALL_TARGET</makevar>.
This is similar to the <makevar>USE_GMAKE</makevar> mechanism,
which is documented in <xref linkend="building">.</para>