[Lemon-commits] [lemon_svn] alpar: r2945 - hugo/trunk/doc
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 21:51:24 CET 2006
Author: alpar
Date: Thu Sep 14 21:02:52 2006
New Revision: 2945
Modified:
hugo/trunk/doc/Doxyfile.in
Log:
Fix another one external build problem.
Modified: hugo/trunk/doc/Doxyfile.in
==============================================================================
--- hugo/trunk/doc/Doxyfile.in (original)
+++ hugo/trunk/doc/Doxyfile.in Thu Sep 14 21:02:52 2006
@@ -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.
More information about the Lemon-commits
mailing list