svn commit: r47110 - head/en_US.ISO8859-1/books/fdp-primer/the-website

Warren Block wblock at FreeBSD.org
Sun Jul 26 22:22:13 UTC 2015


Author: wblock
Date: Sun Jul 26 22:22:12 2015
New Revision: 47110
URL: https://svnweb.freebsd.org/changeset/doc/47110

Log:
  Correct and clarify the use of environment variables when building the
  web site.

Modified:
  head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml

Modified: head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml	Sun Jul 26 20:21:35 2015	(r47109)
+++ head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml	Sun Jul 26 22:22:12 2015	(r47110)
@@ -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>


More information about the svn-doc-all mailing list