[103911] branches/new-help-system/base/doc
raimue at macports.org
raimue at macports.org
Sat Mar 9 16:57:29 PST 2013
Revision: 103911
https://trac.macports.org/changeset/103911
Author: raimue at macports.org
Date: 2013-03-09 16:57:29 -0800 (Sat, 09 Mar 2013)
Log Message:
-----------
doc:
Properly escape ${variable} for AsciiDoc
Modified Paths:
--------------
branches/new-help-system/base/doc/macports.conf.5.txt
branches/new-help-system/base/doc/port.1.txt
branches/new-help-system/base/doc/portgroup.7.txt
Modified: branches/new-help-system/base/doc/macports.conf.5.txt
===================================================================
--- branches/new-help-system/base/doc/macports.conf.5.txt 2013-03-10 00:52:50 UTC (rev 103910)
+++ branches/new-help-system/base/doc/macports.conf.5.txt 2013-03-10 00:57:29 UTC (rev 103911)
@@ -87,7 +87,7 @@
ccache_dir::
Location where ccache stores its files
- *Default:*;; ${portdbpath}/build/.ccache
+ *Default:*;; $\{portdbpath\}/build/.ccache
ccache_size::
Maximum size ccache may use. Use 'G', 'M', or 'K' suffix for giga-, mega- or
Modified: branches/new-help-system/base/doc/port.1.txt
===================================================================
--- branches/new-help-system/base/doc/port.1.txt 2013-03-10 00:52:50 UTC (rev 103910)
+++ branches/new-help-system/base/doc/port.1.txt 2013-03-10 00:57:29 UTC (rev 103911)
@@ -184,7 +184,7 @@
programs the port executes. In verbose mode, it will also report unused
dependencies for each stage of the port installation. It also consists in
forbidding and reporting file creation and file writes outside allowed
- directories (temporary directories and ${workpath}).
+ directories (temporary directories and $\{workpath\}).
.Misc
-f::
@@ -291,7 +291,7 @@
For a given group, selects a version to be the default by creating
appropriate symbolic links. For instance, python might be linked to
python2.6. Available select groups are installed as subdirec- tories of
- ${prefix}/etc/select/. To list the available versions in a group, use
+ $\{prefix\}/etc/select/. To list the available versions in a group, use
--list. To see which version is currently selected for a group, use --show.
To change the selected version for a group, use --set.
+
Modified: branches/new-help-system/base/doc/portgroup.7.txt
===================================================================
--- branches/new-help-system/base/doc/portgroup.7.txt 2013-03-10 00:52:50 UTC (rev 103910)
+++ branches/new-help-system/base/doc/portgroup.7.txt 2013-03-10 00:57:29 UTC (rev 103911)
@@ -125,7 +125,7 @@
xcode.destroot.path::
Where to install the build product.
*Type:*;; optional
- *Default:*;; ${prefix}/Library/Frameworks or /Applications/MacPorts depending on xcode.destroot.type
+ *Default:*;; $\{prefix\}/Library/Frameworks or /Applications/MacPorts depending on xcode.destroot.type
xcode.destroot.settings::
Additional settings passed to the xcode build tool during the destroot
@@ -153,7 +153,7 @@
build.cmd::
The command to invoke to build the project. *xcode PortGroup* sets this
- variable to ${xcodebuildcmd}.
+ variable to $\{xcodebuildcmd\}.
build.target::
The Xcode target to build. *xcode PortGroup* sets this variable to "", thus
@@ -173,7 +173,7 @@
build.dir::
Where to build the project from (i.e. where the Xcode project is).
- *Default:*;; ${worksrcpath}
+ *Default:*;; $\{worksrcpath\}
destroot.cmd::
The command to invoke to destroot the project. *xcode PortGroup* sets this
@@ -198,7 +198,7 @@
destroot.dir::
Where to destroot the project from (i.e. where the Xcode project is).
- *Default:*;; ${worksrcpath}
+ *Default:*;; $\{worksrcpath\}
GNUSTEP PORTGROUP
-----------------
@@ -280,7 +280,7 @@
gnustep.post_flags::
an associative array which specifies the sub-directories relative to
- ${worksrcpath} and the SHARED_LD_POSTFLAGS variables to be added to
+ $\{worksrcpath\} and the SHARED_LD_POSTFLAGS variables to be added to
GNUmakefile.preamble in those sub-directories. This helps making the
patching process easier on Darwin.
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130309/c631b32a/attachment-0001.html>
More information about the macports-changes
mailing list