summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-08-02 10:42:35 +0100
committerPhil Jones <philj56@gmail.com>2022-08-02 10:42:35 +0100
commitf90d6dd13dc6f6c4ca80174a8f3c17f37893b1ef (patch)
treeab719abb543ecee0f8c48f3eb19afe2d36e144f8
parent41b8616d9f3709709b42168e8859073ff4ac3025 (diff)
Remove tofi-compgen from install.
This was really just a utility for testing, and isn't needed by users.
-rw-r--r--doc/tofi.1.md5
-rw-r--r--doc/tofi.1.scd4
-rw-r--r--meson.build2
3 files changed, 1 insertions, 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'))