--- doc/help/rebuildLabelHash.pl 2007/08/24 23:50:28 1.10 +++ doc/help/rebuildLabelHash.pl 2008/07/24 21:51:38 1.11 @@ -104,7 +104,8 @@ foreach my $file ( glob("*.tex") ) { foreach my $ref ( $contents =~ /\\ref\{([^\}]*)\}/g ) { if (!exists($fragmentLabels{$ref}) && $ref ne 'course.manual.access.hlp' - && $ref ne 'author.manual.access.hlp') { + && $ref ne 'author.manual.access.hlp' + && $ref ne 'domain.manual.access.hlp') { $error++; print("***ERROR: ref $ref in $file doesn't exist in label hash. \n"); } else { @@ -114,7 +115,7 @@ foreach my $file ( glob("*.tex") ) { } use HTML::TokeParser; -foreach my $manual ('course.manual.texxml','author.manual.texxml') { +foreach my $manual ('course.manual.texxml','author.manual.texxml','domain.manual.texxml') { my $p = HTML::TokeParser->new($path.'/'.$manual); if (!-e $path.'/'.$manual) { $error++;