summaryrefslogtreecommitdiffstats
path: root/doxygen
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-07-06 14:09:01 +0000
committerTrent Lloyd <lathiat@bur.st>2005-07-06 14:09:01 +0000
commitaaf4c3e431d767ee628758abdc99f82b3af66b8f (patch)
treee560902e92cd08d94faee296075aca2a3e57728a /doxygen
parent11ae0f189cb4962500b53cec3b5b4cd228cbcf98 (diff)
* Patch by Ikke <ikke@eikke.com> to make distcheck pass.
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@164 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'doxygen')
-rw-r--r--doxygen/doxygen.conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doxygen/doxygen.conf.in b/doxygen/doxygen.conf.in
index e7a5ca2..f165bc3 100644
--- a/doxygen/doxygen.conf.in
+++ b/doxygen/doxygen.conf.in
@@ -417,7 +417,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = ../avahi-common/cdecl.h ../avahi-core/core.h ../avahi-common/address.h ../avahi-common/rr.h ../avahi-common/strlst.h ../avahi-common/alternative.h ../avahi-core/log.h
+INPUT = @top_srcdir@/avahi-common/cdecl.h @top_srcdir@/avahi-core/core.h @top_srcdir@/avahi-common/address.h @top_srcdir@/avahi-common/rr.h @top_srcdir@/avahi-common/strlst.h @top_srcdir@/avahi-common/alternative.h @top_srcdir@/avahi-core/log.h
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
@@ -455,7 +455,7 @@ EXCLUDE_PATTERNS =
# directories that contain example code fragments that are included (see
# the \include command).
-EXAMPLE_PATH = ../examples/
+EXAMPLE_PATH = @top_srcdir@/examples/
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp