diff options
author | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2016-05-13 03:54:42 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2016-05-13 03:54:42 +0900 |
commit | 92fe2d084b3db7c533b3860428afccec7af95036 (patch) | |
tree | 70b89624a61f75cb8efb7c10a9a37abe5fb7bb16 /doc/mailman-install/internals.pl | |
parent | 0d0624665b0a1f1779e2fb7a670b39fd7509258f (diff) | |
parent | d2145608089777cd27175763cf9f71ca2a3159f5 (diff) | |
download | mailman2-92fe2d084b3db7c533b3860428afccec7af95036.tar.gz mailman2-92fe2d084b3db7c533b3860428afccec7af95036.tar.xz mailman2-92fe2d084b3db7c533b3860428afccec7af95036.zip |
Merge lp:mailman/2.1 up to rev 1649
Diffstat (limited to 'doc/mailman-install/internals.pl')
-rw-r--r-- | doc/mailman-install/internals.pl | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/doc/mailman-install/internals.pl b/doc/mailman-install/internals.pl index ef9582bf..5c7dd896 100644 --- a/doc/mailman-install/internals.pl +++ b/doc/mailman-install/internals.pl @@ -2,57 +2,57 @@ # Associate internals original text with physical files. -$key = q/create-install-dir/; -$ref_files{$key} = "$dir".q|node5.html|; +$key = q/qmail-issues/; +$ref_files{$key} = "$dir".q|node35.html|; $noresave{$key} = "$nosave"; $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/mail-server/; $ref_files{$key} = "$dir".q|node11.html|; $noresave{$key} = "$nosave"; -$key = q/front/; -$ref_files{$key} = "$dir".q|node1.html|; -$noresave{$key} = "$nosave"; - -$key = q/postfix-virtual/; -$ref_files{$key} = "$dir".q|node14.html|; +$key = q/postfix-integration/; +$ref_files{$key} = "$dir".q|node13.html|; $noresave{$key} = "$nosave"; $key = q/about/; $ref_files{$key} = "$dir".q|node51.html|; $noresave{$key} = "$nosave"; -$key = q/bsd-issues/; -$ref_files{$key} = "$dir".q|node49.html|; +$key = q/building/; +$ref_files{$key} = "$dir".q|node6.html|; +$noresave{$key} = "$nosave"; + +$key = q/create-install-dir/; +$ref_files{$key} = "$dir".q|node5.html|; $noresave{$key} = "$nosave"; $key = q/customizing/; $ref_files{$key} = "$dir".q|node39.html|; $noresave{$key} = "$nosave"; -$key = q/troubleshooting/; -$ref_files{$key} = "$dir".q|node46.html|; +$key = q/postfix-virtual/; +$ref_files{$key} = "$dir".q|node14.html|; $noresave{$key} = "$nosave"; -$key = q/building/; -$ref_files{$key} = "$dir".q|node6.html|; +$key = q/front/; +$ref_files{$key} = "$dir".q|node1.html|; $noresave{$key} = "$nosave"; -$key = q/qmail-issues/; -$ref_files{$key} = "$dir".q|node35.html|; +$key = q/bsd-issues/; +$ref_files{$key} = "$dir".q|node49.html|; $noresave{$key} = "$nosave"; $key = q/site-list/; $ref_files{$key} = "$dir".q|node40.html|; $noresave{$key} = "$nosave"; +$key = q/troubleshooting/; +$ref_files{$key} = "$dir".q|node46.html|; +$noresave{$key} = "$nosave"; + 1; |