From fe779635796a5e47b394239e5cf1eac859ebdef8 Mon Sep 17 00:00:00 2001
From: Chad Hanna <chad.hanna@ligo.org>
Date: Mon, 10 Feb 2014 07:16:00 -0800
Subject: [PATCH] Doxyfile.in: update TAGFILE to use configure provided
 GSTLAL_VERSION for the gstlal html tree location

---
 gstlal-inspiral/doc/Doxyfile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gstlal-inspiral/doc/Doxyfile.in b/gstlal-inspiral/doc/Doxyfile.in
index e2060b78f9..0261464ee2 100644
--- a/gstlal-inspiral/doc/Doxyfile.in
+++ b/gstlal-inspiral/doc/Doxyfile.in
@@ -1636,7 +1636,7 @@ SKIP_FUNCTION_MACROS   = YES
 # NOT include the path). 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               = ../../gstlal/doc/gstlaldoxy.tag=../../gstlal-0.6.2/html
+TAGFILES               = ../../gstlal/doc/gstlaldoxy.tag=../../gstlal-@GSTLAL_VERSION@/html
 
 # When a file name is specified after GENERATE_TAGFILE, doxygen will create
 # a tag file that is based on the input files it reads.
-- 
GitLab