From f90d6dd13dc6f6c4ca80174a8f3c17f37893b1ef Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Tue, 2 Aug 2022 10:42:35 +0100 Subject: Remove tofi-compgen from install. This was really just a utility for testing, and isn't needed by users. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index a20b9cf..16f5c81 100644 --- a/meson.build +++ b/meson.build @@ -180,7 +180,7 @@ executable( executable( 'tofi-compgen', compgen_sources, - install: true + install: false ) scdoc = find_program('scdoc', required: get_option('man-pages')) -- cgit v1.2.3