summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-04-26 10:33:37 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-05-04 13:49:37 +1000
commit64cac88a9fcc6842ded22f83af02e63e94c76480 (patch)
tree060817b54f57a85f07fcedaa6df949dc07033954 /doc
parent411aaa8f92435c0f48f500ff375c10661f083b4a (diff)
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 <peter.hutterer@who-t.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/libinput.doxygen.in3
1 files changed, 1 insertions, 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