diff options
author | Mark Sapiro <msapiro@value.net> | 2010-09-09 09:44:10 -0700 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2010-09-09 09:44:10 -0700 |
commit | 7ad92f7ca2ce0d52f48f294fd6c83c6029f0c77f (patch) | |
tree | a720f888d8f2abd23e3ebf987ea2a1bf2eab94b5 /doc/mailman-install/internals.pl | |
parent | f653b2a70e36bccd6128c4f4b973e09ea898e2cf (diff) | |
download | mailman2-7ad92f7ca2ce0d52f48f294fd6c83c6029f0c77f.tar.gz mailman2-7ad92f7ca2ce0d52f48f294fd6c83c6029f0c77f.tar.xz mailman2-7ad92f7ca2ce0d52f48f294fd6c83c6029f0c77f.zip |
Preparing 2.1.14rc1 release.
Diffstat (limited to '')
-rw-r--r-- | doc/mailman-install/internals.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/mailman-install/internals.pl b/doc/mailman-install/internals.pl index 4b706cae..feffd090 100644 --- a/doc/mailman-install/internals.pl +++ b/doc/mailman-install/internals.pl @@ -6,6 +6,10 @@ $key = q/exim3-transport/; $ref_files{$key} = "$dir".q|node19.html|; $noresave{$key} = "$nosave"; +$key = q/postfix-integration/; +$ref_files{$key} = "$dir".q|node13.html|; +$noresave{$key} = "$nosave"; + $key = q/front/; $ref_files{$key} = "$dir".q|node1.html|; $noresave{$key} = "$nosave"; |