diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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')) |