summaryrefslogtreecommitdiffstats
path: root/Doxyfile_full.am
diff options
context:
space:
mode:
Diffstat (limited to 'Doxyfile_full.am')
-rw-r--r--Doxyfile_full.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile_full.am b/Doxyfile_full.am
index 9d0262f9..aa723d17 100644
--- a/Doxyfile_full.am
+++ b/Doxyfile_full.am
@@ -98,9 +98,9 @@ apidox-am-yes:
if test -n "$$tagpath"; then \
path=`echo $$tagpath | sed -e "s,.*/\([^/]*-apidocs\)/$$tag/$$tag.tag,../../\1/$$tag,"` ;\
else \
- tagpath=`ls -1 $(kdelibs_doxydir)/$$tag/$$tag.tag 2> /dev/null` ;\
+ tagpath=`ls -1 $(tdelibs_doxydir)/$$tag/$$tag.tag 2> /dev/null` ;\
if test -n "$$tagpath"; then \
- path=`echo $$tagpath | sed -e "s,.*/\([^/]*-apidocs\)/$$tag/$$tag.tag,$(kdelibs_doxydir)/$$tag,"` ;\
+ path=`echo $$tagpath | sed -e "s,.*/\([^/]*-apidocs\)/$$tag/$$tag.tag,$(tdelibs_doxydir)/$$tag,"` ;\
else \
tagpath=/home/apidox/public/cvs-api/$$tag/$$tag.tag ;\
fi ;\