From owner-svn-doc-head@freebsd.org Sun Jul 26 22:22:13 2015 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D719699C9CC; Sun, 26 Jul 2015 22:22:13 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 941547B0; Sun, 26 Jul 2015 22:22:13 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6QMMDqq003918; Sun, 26 Jul 2015 22:22:13 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6QMMCml003917; Sun, 26 Jul 2015 22:22:12 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201507262222.t6QMMCml003917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Sun, 26 Jul 2015 22:22:12 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47110 - head/en_US.ISO8859-1/books/fdp-primer/the-website X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jul 2015 22:22:13 -0000 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 @@ ENGLISH_ONLY - If set and not empty, only the English documents will - be built or installed. All translations will be ignored. - E.g.: + When set, only the English documents will + be built or installed. All translations will be ignored: &prompt.root; make ENGLISH_ONLY=YES all install @@ -113,12 +112,12 @@ WEB_ONLY - If set and not empty, only the HTML + When set, only the HTML pages from the en_US.ISO8859-1/htdocs directory will be built or installed. All other directories within en_US.ISO8859-1 - (Handbook, FAQ, Tutorials) will be ignored. E.g.: + (Handbook, FAQ, Tutorials) will be ignored: &prompt.root; make WEB_ONLY=YES all install @@ -129,9 +128,7 @@ If set, build or install only for the languages - specified by this variable inside the ~/doc - directory. All other languages except English will be - ignored. E.g.: + specified: &prompt.root; make WEB_LANG="el_GR.ISO8859-7 es_ES.ISO8859-1 hu_HU.ISO8859-2 nl_NL.ISO8859-1" all install