mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-06 20:00:13 +01:00
Rename man pages to .1 suffix for meson's benefit
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
de7365bb0a
commit
411aaa8f92
3 changed files with 2 additions and 2 deletions
|
|
@ -26,12 +26,12 @@ ptraccel_debug_LDFLAGS = -no-install
|
|||
libinput_list_devices_SOURCES = libinput-list-devices.c
|
||||
libinput_list_devices_LDADD = ../src/libinput.la libshared.la $(LIBUDEV_LIBS)
|
||||
libinput_list_devices_CFLAGS = $(AM_CFLAGS) $(LIBUDEV_CFLAGS)
|
||||
dist_man1_MANS = libinput-list-devices.man
|
||||
dist_man1_MANS = libinput-list-devices.1
|
||||
|
||||
libinput_debug_events_SOURCES = $(event_debug_SOURCES)
|
||||
libinput_debug_events_LDADD = $(event_debug_LDADD)
|
||||
libinput_debug_events_CFLAGS = $(AM_CFLAGS) $(event_debug_CFLAGS)
|
||||
dist_man1_MANS += libinput-debug-events.man
|
||||
dist_man1_MANS += libinput-debug-events.1
|
||||
|
||||
if BUILD_EVENTGUI
|
||||
noinst_PROGRAMS += event-gui
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue