From: Peter Hutterer Date: Mon, 22 Jul 2013 00:49:36 +0000 (+1000) Subject: doc: fix two doxygen include paths to be source-relative X-Git-Tag: libevdev-0.2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4dd720cfbf59567a55a5bfc8f2250e2f23cfb41;p=platform%2Fupstream%2Flibevdev.git doc: fix two doxygen include paths to be source-relative Signed-off-by: Peter Hutterer --- 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