From 64cac88a9fcc6842ded22f83af02e63e94c76480 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 26 Apr 2017 10:33:37 +1000 Subject: [PATCH] doc: drop the explicit input from the doxygen.in We pass in the input via the commandline, so having the files here is misleading. Replace it with an @INPUT@ - in autotools that one is ignored but it'll help meson. Signed-off-by: Peter Hutterer --- doc/libinput.doxygen.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/libinput.doxygen.in b/doc/libinput.doxygen.in index 3dd41011..e3c3d343 100644 --- a/doc/libinput.doxygen.in +++ b/doc/libinput.doxygen.in @@ -8,8 +8,7 @@ EXTRACT_ALL = YES EXTRACT_STATIC = YES MAX_INITIALIZER_LINES = 0 QUIET = YES -INPUT = @top_srcdir@/src/libinput.h \ - @top_srcdir@/README.md +INPUT = @INPUT@ IMAGE_PATH = @top_srcdir@/doc/svg \ @top_srcdir@/doc/dot GENERATE_HTML = YES