Fix another one external build problem.
1.1 --- a/doc/Doxyfile.in Thu Sep 14 18:39:07 2006 +0000
1.2 +++ b/doc/Doxyfile.in Thu Sep 14 19:02:52 2006 +0000
1.3 @@ -1030,7 +1030,7 @@
1.4 # If a tag file is not located in the directory in which doxygen
1.5 # is run, you must also specify the path to the tagfile here.
1.6
1.7 -TAGFILES = "libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/"
1.8 +TAGFILES = "@abs_top_srcdir@/doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/"
1.9
1.10 # When a file name is specified after GENERATE_TAGFILE, doxygen will create
1.11 # a tag file that is based on the input files it reads.