diff options
author | Barry Warsaw <barry@python.org> | 2007-12-05 18:22:21 -0500 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2007-12-05 18:22:21 -0500 |
commit | 554ac2bd4866dc2c748d772a97fb9bd4d4ad478f (patch) | |
tree | 85c90c037ee5b5f992c3b291e66c60cab46d9e73 /doc/mailman-install/internals.pl | |
parent | db748bc1835610e5e973ee90958f3797ccffc839 (diff) | |
parent | 3a258ad5cdd98c5705af6c02ba91993b3d382adc (diff) | |
download | mailman2-554ac2bd4866dc2c748d772a97fb9bd4d4ad478f.tar.gz mailman2-554ac2bd4866dc2c748d772a97fb9bd4d4ad478f.tar.xz mailman2-554ac2bd4866dc2c748d772a97fb9bd4d4ad478f.zip |
Merge trunk
Diffstat (limited to 'doc/mailman-install/internals.pl')
-rw-r--r-- | doc/mailman-install/internals.pl | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/doc/mailman-install/internals.pl b/doc/mailman-install/internals.pl new file mode 100644 index 00000000..04b8d800 --- /dev/null +++ b/doc/mailman-install/internals.pl @@ -0,0 +1,50 @@ +# LaTeX2HTML 2002-2-1 (1.71) +# Associate internals original text with physical files. + + +$key = q/exim3-transport/; +$ref_files{$key} = "$dir".q|node19.html|; +$noresave{$key} = "$nosave"; + +$key = q/front/; +$ref_files{$key} = "$dir".q|node1.html|; +$noresave{$key} = "$nosave"; + +$key = q/create-install-dir/; +$ref_files{$key} = "$dir".q|node5.html|; +$noresave{$key} = "$nosave"; + +$key = q/mail-server/; +$ref_files{$key} = "$dir".q|node11.html|; +$noresave{$key} = "$nosave"; + +$key = q/qmail-issues/; +$ref_files{$key} = "$dir".q|node35.html|; +$noresave{$key} = "$nosave"; + +$key = q/troubleshooting/; +$ref_files{$key} = "$dir".q|node46.html|; +$noresave{$key} = "$nosave"; + +$key = q/customizing/; +$ref_files{$key} = "$dir".q|node39.html|; +$noresave{$key} = "$nosave"; + +$key = q/building/; +$ref_files{$key} = "$dir".q|node46.html|; +$noresave{$key} = "$nosave"; + +$key = q/about/; +$ref_files{$key} = "$dir".q|node51.html|; +$noresave{$key} = "$nosave"; + +$key = q/postfix-virtual/; +$ref_files{$key} = "$dir".q|node14.html|; +$noresave{$key} = "$nosave"; + +$key = q/bsd-issues/; +$ref_files{$key} = "$dir".q|node49.html|; +$noresave{$key} = "$nosave"; + +1; + |