A set of tools for configuring the Logitech G19 keyboard. Based in: https://github.com/Gnome15/gnome15
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
423 B

if ENABLE_SYSTEMTRAY
MAYBE_SYSTEMTRAY = g15-systemtray.1
endif
if ENABLE_INDICATOR
MAYBE_INDICATOR = g15-indicator.1
endif
if ENABLE_DRIVER_KERNEL
MAYBE_SYSTEM_SERVICE = g15-system-service.1
endif
man1_MANS = g15-desktop-service.1 g15-config.1 $(MAYBE_SYSTEMTRAY) $(MAYBE_INDICATOR) $(MAYBE_SYSTEM_SERVICE)
EXTRA_DIST = g15-desktop-service.1 g15-config.1 g15-systemtray.1 g15-indicator.1 g15-system-service.1