From fb467dce8fd3271697b5cc1aec6fdf6a12b865cc Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 1 Nov 2017 14:54:59 +1000 Subject: [PATCH] doc: quote all paths in the doxygen file https://bugs.freedesktop.org/show_bug.cgi?id=103532 Signed-off-by: Peter Hutterer --- doc/libinput.doxygen.in | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/libinput.doxygen.in b/doc/libinput.doxygen.in index e3c3d343..7d6ce9cd 100644 --- a/doc/libinput.doxygen.in +++ b/doc/libinput.doxygen.in @@ -9,8 +9,8 @@ EXTRACT_STATIC = YES MAX_INITIALIZER_LINES = 0 QUIET = YES INPUT = @INPUT@ -IMAGE_PATH = @top_srcdir@/doc/svg \ - @top_srcdir@/doc/dot +IMAGE_PATH = "@top_srcdir@/doc/svg" \ + "@top_srcdir@/doc/dot" GENERATE_HTML = YES SEARCHENGINE = NO USE_MATHJAX = YES @@ -20,11 +20,11 @@ MACRO_EXPANSION = YES EXPAND_ONLY_PREDEF = YES PREDEFINED = LIBINPUT_ATTRIBUTE_PRINTF(f, a)= \ LIBINPUT_ATTRIBUTE_DEPRECATED -DOTFILE_DIRS = @top_srcdir@/doc/dot +DOTFILE_DIRS = "@top_srcdir@/doc/dot" -HTML_HEADER = @top_srcdir@/doc/style/header.html -HTML_FOOTER = @top_srcdir@/doc/style/footer.html -HTML_EXTRA_STYLESHEET = @top_srcdir@/doc/style/bootstrap.css \ - @top_srcdir@/doc/style/customdoxygen.css \ - @top_srcdir@/doc/style/libinputdoxygen.css -USE_MDFILE_AS_MAINPAGE = @top_srcdir@/README.md +HTML_HEADER = "@top_srcdir@/doc/style/header.html" +HTML_FOOTER = "@top_srcdir@/doc/style/footer.html" +HTML_EXTRA_STYLESHEET = "@top_srcdir@/doc/style/bootstrap.css" \ + "@top_srcdir@/doc/style/customdoxygen.css" \ + "@top_srcdir@/doc/style/libinputdoxygen.css" +USE_MDFILE_AS_MAINPAGE = "@top_srcdir@/README.md"