# HG changeset patch # User alpar # Date 1158260572 0 # Node ID 83ec156873ab1ab3854f82064cb3e2ac8ee5ad12 # Parent a886e48e0d91ebeddc922cea52e15c43dd4c663f Fix another one external build problem. diff -r a886e48e0d91 -r 83ec156873ab doc/Doxyfile.in --- a/doc/Doxyfile.in Thu Sep 14 18:39:07 2006 +0000 +++ b/doc/Doxyfile.in Thu Sep 14 19:02:52 2006 +0000 @@ -1030,7 +1030,7 @@ # If a tag file is not located in the directory in which doxygen # is run, you must also specify the path to the tagfile here. -TAGFILES = "libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" +TAGFILES = "@abs_top_srcdir@/doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads.