From 411aaa8f92435c0f48f500ff375c10661f083b4a Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 7 Dec 2016 11:14:07 +1000 Subject: [PATCH] Rename man pages to .1 suffix for meson's benefit Signed-off-by: Peter Hutterer --- tools/Makefile.am | 4 ++-- tools/{libinput-debug-events.man => libinput-debug-events.1} | 0 tools/{libinput-list-devices.man => libinput-list-devices.1} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename tools/{libinput-debug-events.man => libinput-debug-events.1} (100%) rename tools/{libinput-list-devices.man => libinput-list-devices.1} (100%) diff --git a/tools/Makefile.am b/tools/Makefile.am index 60a68c6b..4fc1046e 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 similarity index 100% rename from tools/libinput-debug-events.man rename to tools/libinput-debug-events.1 diff --git a/tools/libinput-list-devices.man b/tools/libinput-list-devices.1 similarity index 100% rename from tools/libinput-list-devices.man rename to tools/libinput-list-devices.1