Skip to content

Commit

Permalink
meson: install scriptor and its manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed Aug 14, 2024
1 parent 076e4a4 commit c4d80aa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,15 @@ configure_file(output : 'ATR_analysis.1p',
configuration : conf_data,
)

# scriptor
install_data('scriptor',
install_dir : get_option('bindir'),
)

# man page
install_man(
'pcsc_scan.1'
'pcsc_scan.1',
'scriptor.1'
)

# generate config.h
Expand Down

0 comments on commit c4d80aa

Please sign in to comment.