diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2015-04-22 09:18:34 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2015-04-22 09:18:34 +1000 |
commit | 49ad4448b34ff0f40453c307c74289e336653697 (patch) | |
tree | 097ecf958ba72d80053c65af2bceef4ddf7ffa96 | |
parent | 7589d7be037bf36fa9be51e153f2122a2ecf366e (diff) |
tools: distribute the new man page
Fixes distcheck
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 707e952d..ae3a27f1 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -24,7 +24,7 @@ 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 = $(LIBUDEV_CFLAGS) -man1_MANS = libinput-list-devices.man +dist_man1_MANS = libinput-list-devices.man if BUILD_EVENTGUI noinst_PROGRAMS += event-gui |