X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/47371b0047432ba7a5ee87173b00f912cdcd14e6..e7aea3985734af1702fde6e2b0af90b992425334:/doc/apt-ftparchive.1.xml
diff --git a/doc/apt-ftparchive.1.xml b/doc/apt-ftparchive.1.xml
index f88dbe631..a3ac45bd3 100644
--- a/doc/apt-ftparchive.1.xml
+++ b/doc/apt-ftparchive.1.xml
@@ -224,7 +224,13 @@
This is similar to Packages::Compress
except that it controls the compression for the Contents files.
-
+
+ Translation::Compress
+
+ This is similar to Packages::Compress
+ except that it controls the compression for the Translation-en master file.
+
+
DeLinkLimit
Specifies the number of kilobytes to delink (and
@@ -238,6 +244,12 @@
defaults to 0644. All index files are set to this mode with no regard
to the umask.
+
+ LongDescription
+
+ Sets if long descriptions should be included in the Packages file or split
+ out into a master Translation-en file.
+
@@ -289,7 +301,14 @@
Sets the output Sources file. Defaults to
$(DIST)/$(SECTION)/source/Sources
-
+
+ Translation
+
+ Set the output Translation-en master file with the long descriptions if they
+ should be not included in the Packages file. Defaults to
+ $(DIST)/$(SECTION)/i18n/Translation-en
+
+
InternalPrefix
Sets the path prefix that causes a symlink to be
@@ -344,7 +363,7 @@
The Tree section takes a scope tag which sets the
$(DIST) variable and defines the root of the tree
(the path is prefixed by ArchiveDir).
- Typically this is a setting such as dists/woody.
+ Typically this is a setting such as dists/&stable-codename;.
All of the settings defined in the TreeDefault section can be
use in a Tree section as well as three new variables.
@@ -371,7 +390,13 @@ for i in Sections do
architectures that appear under search section. The special architecture
'source' is used to indicate that this tree has a source archive.
-
+
+ LongDescription
+
+ Sets if long descriptions should be included in the Packages file or split
+ out into a master Translation-en file.
+
+
BinOverride
Sets the binary override file. The override file
@@ -568,8 +593,8 @@ for i in Sections do
This configuration option defaults to "true" and should only be set to
"false" if the Archive generated with &apt-ftparchive; also provides
- Translation files. Note that it is currently not possible to create these
- files with apt-ftparchive.
+ Translation files. Note that the Translation-en
+ master file can only be created in the generate command.