summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-09-06 10:29:12 (GMT)
committerSteven Knight <knight@baldmt.com>2008-09-06 10:29:12 (GMT)
commit017016eeb937d1d2bd251dd89b667de7a5e9dab7 (patch)
treed914d2990f1493b2541093e16444132bdf675939
parentc97968c9f230b4b2d91df5376ed9c122276d69a7 (diff)
downloadSCons-017016eeb937d1d2bd251dd89b667de7a5e9dab7.zip
SCons-017016eeb937d1d2bd251dd89b667de7a5e9dab7.tar.gz
SCons-017016eeb937d1d2bd251dd89b667de7a5e9dab7.tar.bz2
Fix entity references:
&b-{FindInstalledFiles,Tag} => {FindInstalledFiles,Tag}
-rw-r--r--src/engine/SCons/Tool/packaging/__init__.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/SCons/Tool/packaging/__init__.xml b/src/engine/SCons/Tool/packaging/__init__.xml
index 91bd9d3..beae914 100644
--- a/src/engine/SCons/Tool/packaging/__init__.xml
+++ b/src/engine/SCons/Tool/packaging/__init__.xml
@@ -19,7 +19,7 @@ Sets construction variables for the &b-Package; Builder.
Builds software distribution packages.
Packages consist of files to install and packaging information.
The former may be specified with the &source; parameter and may be left out,
-in which case the &b-FindInstalledFiles; function will collect
+in which case the &FindInstalledFiles; function will collect
all files that have an &b-Install; or &b-InstallAs; Builder attached.
If the &target; is not specified
it will be deduced from additional information given to this Builder.
@@ -27,7 +27,7 @@ it will be deduced from additional information given to this Builder.
The packaging information is specified
with the help of construction variables documented below.
This information is called a tag to stress that
-some of them can also be attached to files with the &b-Tag; function.
+some of them can also be attached to files with the &Tag; function.
The mandatory ones will complain if they were not specified.
They vary depending on chosen target packager.