aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mailman-admin/internals.pl
blob: 8ef7173545eab1c423b82284a8eeb294aef0a241 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# LaTeX2HTML 2002-2-1 (1.71)
# Associate internals original text with physical files.


$key = q/front/;
$ref_files{$key} = "$dir".q|node1.html|; 
$noresave{$key} = "$nosave";

$key = q/contents/;
$ref_files{$key} = "$dir".q|node2.html|; 
$noresave{$key} = "$nosave";

$key = q/about/;
$ref_files{$key} = "$dir".q|node36.html|; 
$noresave{$key} = "$nosave";

1;