| Summary: | Improve SUB_LIST description in porter's handbook | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Frederic Culot <culot> | ||||
| Component: | Books & Articles | Assignee: | Rene Ladan <rene> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Frederic Culot
2013-02-22 17:30:00 UTC
Responsible Changed From-To: freebsd-doc->rene Take State Changed From-To: open->closed Committed, thanks 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" |