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. --- doc/tofi.1.md | 5 ----- doc/tofi.1.scd | 4 ---- meson.build | 2 +- 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/doc/tofi.1.md b/doc/tofi.1.md index 7d5a223..970fc2b 100644 --- a/doc/tofi.1.md +++ b/doc/tofi.1.md @@ -11,8 +11,6 @@ tofi - Tiny dynamic menu for Wayland, inspired by **rofi**(1) and **tofi-drun** \[options...\] -**tofi-compgen** - # DESCRIPTION **tofi** is a tiny dynamic menu for Wayland compositors supporting the @@ -33,9 +31,6 @@ version of tofi, this will change to an executable command line, to be passed to swaymsg exec or similar. The new behaviour can be enabled now by passing --drun-print-exec=true to tofi-drun. -**tofi-compgen** just prints the list of executables used by -**tofi-run**. - # OPTIONS **-h, --help** diff --git a/doc/tofi.1.scd b/doc/tofi.1.scd index 8441c7f..71e804d 100644 --- a/doc/tofi.1.scd +++ b/doc/tofi.1.scd @@ -12,8 +12,6 @@ tofi - Tiny dynamic menu for Wayland, inspired by *rofi*(1) and *dmenu*(1). *tofi-drun* [options...] -*tofi-compgen* - # DESCRIPTION *tofi* is a tiny dynamic menu for Wayland compositors supporting the @@ -33,8 +31,6 @@ this will change to an executable command line, to be passed to swaymsg exec or similar. The new behaviour can be enabled now by passing --drun-print-exec=true to tofi-drun. -*tofi-compgen* just prints the list of executables used by *tofi-run*. - # OPTIONS *-h, --help* 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