diff options
Diffstat (limited to 'doc/mailman-install/internals.pl')
-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 04b8d800..4b706cae 100644 --- a/doc/mailman-install/internals.pl +++ b/doc/mailman-install/internals.pl @@ -26,6 +26,10 @@ $key = q/troubleshooting/; $ref_files{$key} = "$dir".q|node46.html|; $noresave{$key} = "$nosave"; +$key = q/site-list/; +$ref_files{$key} = "$dir".q|node40.html|; +$noresave{$key} = "$nosave"; + $key = q/customizing/; $ref_files{$key} = "$dir".q|node39.html|; $noresave{$key} = "$nosave"; |