Bug 176351

Summary: Improve SUB_LIST description in porter's handbook
Product: Documentation Reporter: Frederic Culot <culot>
Component: Books & ArticlesAssignee: Rene Ladan <rene>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
porters-handbook.diff none

Description Frederic Culot freebsd_committer freebsd_triage 2013-02-22 17:30:00 UTC
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.
Comment 1 Rene Ladan freebsd_committer freebsd_triage 2013-02-22 17:37:00 UTC
Responsible Changed
From-To: freebsd-doc->rene

Take
Comment 2 Rene Ladan freebsd_committer freebsd_triage 2013-02-22 19:51:37 UTC
State Changed
From-To: open->closed

Committed, thanks
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-22 19:52:05 UTC
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
 	<makevar>SUB_FILES</makevar>.  Several common pairs are
 	automatically defined: <makevar>PREFIX</makevar>,
 	<makevar>LOCALBASE</makevar>, <makevar>DATADIR</makevar>,
-	<makevar>DOCSDIR</makevar>, <makevar>EXAMPLESDIR</makevar>.
+	<makevar>DOCSDIR</makevar>, <makevar>EXAMPLESDIR</makevar>,
+	<makevar>WWWDIR</makevar>, and <makevar>ETCDIR</makevar>.
 	Any line beginning with <literal>@comment</literal> will be
 	deleted from resulting files after a variable
 	substitution.</para>
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"