From: wolf Date: Mon, 17 Jun 2002 13:58:13 +0000 (+0000) Subject: Write a message of success at the end. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a39b1dd39ae9224c85d177c35a4ce194f54743bc;p=dealii-svn.git Write a message of success at the end. git-svn-id: https://svn.dealii.org/trunk@6150 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 c67adbad1e..8c44920051 100644 --- a/deal.II/doc/auto/scripts/validate-xrefs.pl +++ b/deal.II/doc/auto/scripts/validate-xrefs.pl @@ -101,3 +101,4 @@ foreach $filename (@ARGV) { } } +print "---- All local links found to be ok.\n\n";