]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix some quirks where xrefs were recognized where there was really no such thing.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 20 Sep 2000 08:04:31 +0000 (08:04 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 20 Sep 2000 08:04:31 +0000 (08:04 +0000)
git-svn-id: https://svn.dealii.org/trunk@3343 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/auto/scripts/validate-xrefs.pl

index fa3f35be6b3c4ffb346d446c83db2fe2511833cb..18cd3dbd22c72af6b43c28d980796d2bacb0568c 100644 (file)
@@ -15,7 +15,7 @@ foreach $filename (@ARGV) {
     print "File: $filename\n" if $debug;
     while (<IN>) {
         # first find all hrefs
-        while ( /href=\"?(.*?)[\s\"]/gi ) {
+        while ( /<\s*a\s+href=\"?(.*?)[\s\"]/gi ) {
            # then decide whether they are relevant for 
             # our purpose
            $link = $1;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.