Correct and clarify the use of environment variables when building the

web site.
This commit is contained in:
Warren Block 2015-07-26 22:22:12 +00:00
parent 6e5b6e4e80
commit 9e379ea8c1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47110

View file

@ -95,9 +95,8 @@
<term><varname>ENGLISH_ONLY</varname></term>
<listitem>
<para>If set and not empty, only the English documents will
be built or installed. All translations will be ignored.
E.g.:</para>
<para>When set, only the English documents will
be built or installed. All translations will be ignored:</para>
<screen>&prompt.root; <userinput>make ENGLISH_ONLY=YES all install</userinput></screen>
@ -113,12 +112,12 @@
<term><varname>WEB_ONLY</varname></term>
<listitem>
<para>If set and not empty, only the <acronym>HTML</acronym>
<para>When set, only the <acronym>HTML</acronym>
pages from the <filename>en_US.ISO8859-1/htdocs</filename>
directory will be built or installed. All other
directories within
<filename>en_US.ISO8859-1</filename>
(Handbook, FAQ, Tutorials) will be ignored. E.g.:</para>
(Handbook, FAQ, Tutorials) will be ignored:</para>
<screen>&prompt.root; <userinput>make WEB_ONLY=YES all install</userinput></screen>
</listitem>
@ -129,9 +128,7 @@
<listitem>
<para>If set, build or install only for the languages
specified by this variable inside the <filename role="directory"><replaceable>~/doc</replaceable></filename>
directory. All other languages except English will be
ignored. E.g.:</para>
specified:</para>
<screen>&prompt.root; <userinput>make WEB_LANG="el_GR.ISO8859-7 es_ES.ISO8859-1 hu_HU.ISO8859-2 nl_NL.ISO8859-1" all install</userinput></screen>
</listitem>