From 30796defe6c3a14e3044572114eefc8ddb24349b Mon Sep 17 00:00:00 2001 From: speedie Date: Fri, 2 Jun 2023 20:29:30 +0200 Subject: [PATCH] oops --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index 1b1c9f0..5d5d014 100644 --- a/meson.build +++ b/meson.build @@ -89,7 +89,6 @@ project_target = executable( install_man('spmenu.1') install_man('spmenu_run.1') install_data(sources : 'docs/docs.md', install_dir : 'share/spmenu') -install_data(sources : 'docs/code-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') install_data(sources : 'docs/spmenu_run.desktop', install_dir : 'share/applications')