version 1.11, 2008/07/24 21:51:38
|
version 1.12, 2011/01/06 18:11:42
|
Line 105 foreach my $file ( glob("*.tex") ) {
|
Line 105 foreach my $file ( glob("*.tex") ) {
|
if (!exists($fragmentLabels{$ref}) |
if (!exists($fragmentLabels{$ref}) |
&& $ref ne 'course.manual.access.hlp' |
&& $ref ne 'course.manual.access.hlp' |
&& $ref ne 'author.manual.access.hlp' |
&& $ref ne 'author.manual.access.hlp' |
&& $ref ne 'domain.manual.access.hlp') { |
&& $ref ne 'domain.manual.access.hlp' |
|
&& $ref ne 'course.manual.pdf' |
|
&& $ref ne 'author.manual.pdf' |
|
&& $ref ne 'domain.manual.pdf') { |
$error++; |
$error++; |
print("***ERROR: ref $ref in $file doesn't exist in label hash. \n"); |
print("***ERROR: ref $ref in $file doesn't exist in label hash. \n"); |
} else { |
} else { |