From 0138a36c1e643a3afc8fe5dd3dee19ddfccfd947 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Sat, 6 Sep 2008 10:29:12 +0000 Subject: [PATCH] Fix entity references: &b-{FindInstalledFiles,Tag} => {FindInstalledFiles,Tag} git-svn-id: http://scons.tigris.org/svn/scons/trunk@3353 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- src/engine/SCons/Tool/packaging/__init__.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/SCons/Tool/packaging/__init__.xml b/src/engine/SCons/Tool/packaging/__init__.xml index 91bd9d3d..beae914f 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 ⌖ 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. -- 2.26.2