coriolis/stratus1/doc/developper/stratus/internals.pl

19 lines
365 B
Perl

# LaTeX2HTML 2002-2-1 (1.70)
# Associate internals original text with physical files.
$key = q/secmodel/;
$ref_files{$key} = "$dir".q|node1.html|;
$noresave{$key} = "$nosave";
$key = q/secnet/;
$ref_files{$key} = "$dir".q|node2.html|;
$noresave{$key} = "$nosave";
$key = q/secinst/;
$ref_files{$key} = "$dir".q|node3.html|;
$noresave{$key} = "$nosave";
1;