svn commit: r41032 - head/en_US.ISO8859-1/books/porters-handbook
Rene Ladan
rene at FreeBSD.org
Fri Feb 22 19:51:59 UTC 2013
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>
More information about the svn-doc-head
mailing list