summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGreg Noel <GregNoel@tigris.org>2008-08-27 16:30:06 (GMT)
committerGreg Noel <GregNoel@tigris.org>2008-08-27 16:30:06 (GMT)
commit386677ac06f3515ff9cb462b67af1b530a416e0e (patch)
tree399004db111131c280c799ccd26a6197f1ddfbf1 /src
parenta3a04788066947886a1e95000f0460bc1887f19f (diff)
downloadSCons-386677ac06f3515ff9cb462b67af1b530a416e0e.zip
SCons-386677ac06f3515ff9cb462b67af1b530a416e0e.tar.gz
SCons-386677ac06f3515ff9cb462b67af1b530a416e0e.tar.bz2
Issue 2159: Man page formatting errors for Packaging()
Diffstat (limited to 'src')
-rw-r--r--src/engine/SCons/Tool/packaging/__init__.xml27
1 files changed, 14 insertions, 13 deletions
diff --git a/src/engine/SCons/Tool/packaging/__init__.xml b/src/engine/SCons/Tool/packaging/__init__.xml
index bf4e96e..91bd9d3 100644
--- a/src/engine/SCons/Tool/packaging/__init__.xml
+++ b/src/engine/SCons/Tool/packaging/__init__.xml
@@ -16,19 +16,20 @@ Sets construction variables for the &b-Package; Builder.
<builder name="Package">
<summary>
-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
-&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.
-
-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 &Tag; function.
-The mandatory ones will complain if they were not specified. They vary
-depending on chosen target packager.
+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
+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.
+
+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.
+The mandatory ones will complain if they were not specified.
+They vary depending on chosen target packager.
The target packager may be selected with the "PACKAGETYPE" command line
option or with the &cv-PACKAGETYPE; construction variable. Currently