[PATCH libinput 1/5] Rename man pages to .1 suffix for meson's benefit

Peter Hutterer peter.hutterer at who-t.net
Wed Apr 26 02:20:37 UTC 2017


Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 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 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
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
-- 
2.9.3



More information about the wayland-devel mailing list