svn commit: r51180 - head/en_US.ISO8859-1/books/porters-handbook/makefiles
Mathieu Arnold
mat at FreeBSD.org
Mon Nov 6 13:11:15 UTC 2017
Author: mat
Date: Mon Nov 6 13:11:14 2017
New Revision: 51180
URL: https://svnweb.freebsd.org/changeset/doc/51180
Log:
Expand a bit the PLIST_SUB and SUB_LIST case.
Sponsored by: Absolight
Modified:
head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Mon Nov 6 07:56:41 2017 (r51179)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Mon Nov 6 13:11:14 2017 (r51180)
@@ -6043,7 +6043,14 @@ FOO_CONFIGURE_ENABLE= foo</programlisting>
<varname>SUB_LIST</varname></term>
<listitem>
- <para>See <xref linkend="options_sub"/>.</para>
+ <para>For automatic
+ <literal>%%<replaceable>OPT</replaceable>%%</literal>
+ and
+ <literal>%%NO_<replaceable>OPT</replaceable>%%</literal>
+ generation, see <xref linkend="options_sub"/>.</para>
+
+ <para>For more complex usage, see <xref
+ linkend="options-variables"/>.</para>
</listitem>
</varlistentry>
More information about the svn-doc-all
mailing list