aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mailman-install/labels.pl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mailman-install/labels.pl')
-rw-r--r--doc/mailman-install/labels.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/mailman-install/labels.pl b/doc/mailman-install/labels.pl
index 4eeb913c..18883836 100644
--- a/doc/mailman-install/labels.pl
+++ b/doc/mailman-install/labels.pl
@@ -6,6 +6,10 @@ $key = q/exim3-transport/;
$external_labels{$key} = "$URL/" . q|node19.html|;
$noresave{$key} = "$nosave";
+$key = q/postfix-integration/;
+$external_labels{$key} = "$URL/" . q|node13.html|;
+$noresave{$key} = "$nosave";
+
$key = q/front/;
$external_labels{$key} = "$URL/" . q|node1.html|;
$noresave{$key} = "$nosave";
@@ -57,6 +61,10 @@ $noresave{$key} = "$nosave";
# labels from external_latex_labels array.
+$key = q/postfix-integration/;
+$external_latex_labels{$key} = q|6.1|;
+$noresave{$key} = "$nosave";
+
$key = q/exim3-transport/;
$external_latex_labels{$key} = q|6.2|;
$noresave{$key} = "$nosave";