From owner-svn-doc-all@FreeBSD.ORG Fri Feb 22 19:51:58 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E12AE2DC; Fri, 22 Feb 2013 19:51:58 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D3B34834; Fri, 22 Feb 2013 19:51:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1MJpwJl092159; Fri, 22 Feb 2013 19:51:58 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1MJpwPe092158; Fri, 22 Feb 2013 19:51:58 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201302221951.r1MJpwPe092158@svn.freebsd.org> From: Rene Ladan Date: Fri, 22 Feb 2013 19:51:58 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41032 - head/en_US.ISO8859-1/books/porters-handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2013 19:51:59 -0000 Author: rene Date: Fri Feb 22 19:51:57 2013 New Revision: 41032 URL: http://svnweb.freebsd.org/changeset/doc/41032 Log: Mention WWWDIR and ETCDIR in the section describing the automatic substitutions done for SUB_LIST. PR: docs/176351 Submitted by: culot Approved by: remko (mentor) Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Fri Feb 22 15:30:21 2013 (r41031) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Fri Feb 22 19:51:57 2013 (r41032) @@ -10270,7 +10270,8 @@ etc/orbit.conf.sample SUB_FILES. Several common pairs are automatically defined: PREFIX, LOCALBASE, DATADIR, - DOCSDIR, EXAMPLESDIR. + DOCSDIR, EXAMPLESDIR, + WWWDIR, and ETCDIR. Any line beginning with @comment will be deleted from resulting files after a variable substitution.