[PATCH libinput 2/5] doc: drop the explicit input from the doxygen.in

Peter Hutterer peter.hutterer at who-t.net
Wed Apr 26 02:20:38 UTC 2017


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 <peter.hutterer at who-t.net>
---
 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 3dd4101..e3c3d34 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
-- 
2.9.3



More information about the wayland-devel mailing list