From e4dd720cfbf59567a55a5bfc8f2250e2f23cfb41 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 22 Jul 2013 10:49:36 +1000 Subject: [PATCH] doc: fix two doxygen include paths to be source-relative Signed-off-by: Peter Hutterer --- doc/libevdev.doxygen.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/libevdev.doxygen.in b/doc/libevdev.doxygen.in index 30416a3..4511ae8 100644 --- a/doc/libevdev.doxygen.in +++ b/doc/libevdev.doxygen.in @@ -668,7 +668,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../libevdev/libevdev.h +INPUT = @top_srcdir@/libevdev/libevdev.h # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is @@ -929,7 +929,7 @@ HTML_STYLESHEET = # robust against future updates. Doxygen will copy the style sheet file to # the output directory. -HTML_EXTRA_STYLESHEET = libevdev.css +HTML_EXTRA_STYLESHEET = @srcdir@/libevdev.css # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or # other source files which should be copied to the HTML output directory. Note