Fix entity references:
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 6 Sep 2008 10:29:12 +0000 (10:29 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 6 Sep 2008 10:29:12 +0000 (10:29 +0000)
&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

index 91bd9d3df7cdbf8627cded0b29565affcdd8d881..beae914fc9a3fc2fa551e08addda8b978424531d 100644 (file)
@@ -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.