diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2016-12-07 11:14:07 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-05-04 13:49:37 +1000 |
commit | 411aaa8f92435c0f48f500ff375c10661f083b4a (patch) | |
tree | 1c02ae5d16a8dd65456a4077ddcc22c6b9e9bdba /tools | |
parent | de7365bb0af65ab811809bc3de1505416af42231 (diff) |
Rename man pages to .1 suffix for meson's benefit
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 4 | ||||
-rw-r--r-- | tools/libinput-debug-events.1 (renamed from tools/libinput-debug-events.man) | 0 | ||||
-rw-r--r-- | tools/libinput-list-devices.1 (renamed from tools/libinput-list-devices.man) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 60a68c6..4fc1046 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -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 diff --git a/tools/libinput-debug-events.man b/tools/libinput-debug-events.1 index dfc9a45..dfc9a45 100644 --- a/tools/libinput-debug-events.man +++ b/tools/libinput-debug-events.1 diff --git a/tools/libinput-list-devices.man b/tools/libinput-list-devices.1 index 99a66b5..99a66b5 100644 --- a/tools/libinput-list-devices.man +++ b/tools/libinput-list-devices.1 |