doc: fix two doxygen include paths to be source-relative
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 22 Jul 2013 00:49:36 +0000 (10:49 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 22 Jul 2013 00:50:20 +0000 (10:50 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
doc/libevdev.doxygen.in

index 30416a3..4511ae8 100644 (file)
@@ -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