From f2a446aafd53a0140528879204549b969c7dbda3 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 15 Jan 2015 11:43:04 +1000 Subject: [PATCH] doc: specify the IMAGE_PATH relative to the source Fixes doxygen build with custom builddirs Signed-off-by: Peter Hutterer --- doc/libinput.doxygen.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/libinput.doxygen.in b/doc/libinput.doxygen.in index 8fb045e8..254e947a 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