mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 00:00:28 +01:00
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>
This commit is contained in:
parent
411aaa8f92
commit
64cac88a9f
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue