lib: Add script to print MarkDown page of supported devices

This commit is contained in:
Bastien Nocera
2018-06-03 14:40:34 +02:00
parent 878a201bb1
commit e5393bf46a
2 changed files with 84 additions and 0 deletions

View File

@@ -197,6 +197,19 @@ if get_option('udev_rules')
install_dir: udev_rules_dir)
endif
supported_devices = executable('fprint-list-supported-devices',
'fprint-list-supported-devices.c',
include_directories: [
root_inc,
],
dependencies: [ deps, libfprint_dep ],
install: false)
configure_file(input: 'drivers_arrays.h',
output: 'supported-devices.md',
capture: true,
command: [ supported_devices.full_path() ])
# MOSTLYCLEANFILES = $(udev_rules_DATA)
# EXTRA_DIST = \