body = re.sub('\.EE\n\n+(?!\.IP)', '.EE\n.IP\n', body)
body = re.sub('&(scons|SConstruct|SConscript|jar);', r'\\fB\1\\fP', body)
body = string.replace(body, '&Dir;', r'\fBDir\fP')
+ body = string.replace(body, '⌖', r'\fItarget\fP')
+ body = string.replace(body, '&source;', r'\fIsource\fP')
body = re.sub('&b(-link)?-([^;]*);', r'\\fB\2\\fP()', body)
body = re.sub('&cv(-link)?-([^;]*);', r'$\2', body)
body = re.sub(r'<(command|envar|filename|literal|option)>([^<]*)</\1>',
<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 ⌖, 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 ⌖ 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