From: Peter Hutterer Date: Thu, 15 Jan 2015 01:43:04 +0000 (+1000) Subject: doc: specify the IMAGE_PATH relative to the source X-Git-Tag: 0.8.0~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2a446aafd53a0140528879204549b969c7dbda3;p=platform%2Fupstream%2Flibinput.git doc: specify the IMAGE_PATH relative to the source Fixes doxygen build with custom builddirs Signed-off-by: Peter Hutterer --- diff --git a/doc/libinput.doxygen.in b/doc/libinput.doxygen.in index 8fb045e..254e947 100644 --- a/doc/libinput.doxygen.in +++ b/doc/libinput.doxygen.in @@ -842,7 +842,8 @@ EXAMPLE_RECURSIVE = NO # that contain images that are to be included in the documentation (see the # \image command). -IMAGE_PATH = svg +IMAGE_PATH = @top_srcdir@/doc/svg \ + @top_srcdir@/doc/dot # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program