From: Wolfgang Bangerth Date: Tue, 27 Jun 2000 13:32:56 +0000 (+0000) Subject: Fix wrong output. X-Git-Tag: v8.0.0~20332 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1519257a72fa3809339c59bfd70e857b6baf4fb;p=dealii.git Fix wrong output. git-svn-id: https://svn.dealii.org/trunk@3091 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/auto/scripts/validate-xrefs.pl b/deal.II/doc/auto/scripts/validate-xrefs.pl index 9c0c1c3d9a..256feb8b7d 100644 --- a/deal.II/doc/auto/scripts/validate-xrefs.pl +++ b/deal.II/doc/auto/scripts/validate-xrefs.pl @@ -68,7 +68,7 @@ foreach $filename (@ARGV) { } } - die "---External reference `$internal_ref' not found in file $filename\n" + die "---External reference `$external_file#$external_ref' not found in file $filename\n" unless $found; next; }