From owner-freebsd-doc@FreeBSD.ORG Fri Feb 22 17:30:00 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AE451A66 for ; Fri, 22 Feb 2013 17:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7C1BBDA2 for ; Fri, 22 Feb 2013 17:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1MHU0x6064457 for ; Fri, 22 Feb 2013 17:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1MHU0GQ064456; Fri, 22 Feb 2013 17:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 22 Feb 2013 17:30:00 GMT Resent-Message-Id: <201302221730.r1MHU0GQ064456@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frederic Culot Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 45474798 for ; Fri, 22 Feb 2013 17:23:08 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 371B3D4B for ; Fri, 22 Feb 2013 17:23:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1MHN8D9064270 for ; Fri, 22 Feb 2013 17:23:08 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1MHN8e0064269; Fri, 22 Feb 2013 17:23:08 GMT (envelope-from culot) Message-Id: <201302221723.r1MHN8e0064269@freefall.freebsd.org> Date: Fri, 22 Feb 2013 17:23:08 GMT From: Frederic Culot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: docs/176351: Improve SUB_LIST description in porter's handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Frederic Culot List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2013 17:30:00 -0000 >Number: 176351 >Category: docs >Synopsis: Improve SUB_LIST description in porter's handbook >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 22 17:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Frederic Culot >Release: FreeBSD 10.0-CURRENT amd64 >Organization: FreeBSD >Environment: System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r245102: Sun Jan 6 15:01:33 UTC 2013 root@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64 >Description: Section 8.6 "Making use of SUB_FILES and SUB_LIST" is not accurate when describing the substitutions that are automatically performed when using the SUB_LIST macro. The attached patch adds the missing WWWDIR and ETCDIR to the list. >How-To-Repeat: >Fix: --- porters-handbook.diff begins here --- Index: book.xml =================================================================== --- book.xml (revision 41031) +++ book.xml (working copy) @@ -10270,7 +10270,8 @@ 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. --- porters-handbook.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: