diff --git a/meson.build b/meson.build index bbce677..5ea90f7 100644 --- a/meson.build +++ b/meson.build @@ -92,6 +92,7 @@ project_target = executable( install_man('spmenu.1') install_man('spmenu_run.1') +install_man('spmenu_test.1') install_data(sources : 'docs/docs.md', install_dir : 'share/spmenu') install_data(sources : 'docs/example.Xresources', install_dir : 'share/spmenu') install_data(sources : 'docs/spmenu.conf', install_dir : 'share/spmenu')