From 41b8616d9f3709709b42168e8859073ff4ac3025 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 31 Jul 2022 16:33:29 +0100 Subject: Add man page symlinks for tofi-run and tofi-drun. --- meson.build | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/meson.build b/meson.build index d8823fc..a20b9cf 100644 --- a/meson.build +++ b/meson.build @@ -201,6 +201,19 @@ if scdoc.found() install_dir: '@0@/man1'.format(mandir) ) + install_symlink( + 'tofi-run.1', + install_dir: '@0@/man1'.format(mandir), + pointing_to: 'tofi.1' + ) + + install_symlink( + 'tofi-drun.1', + install_dir: '@0@/man1'.format(mandir), + pointing_to: 'tofi.1' + ) + + output = 'tofi.5' custom_target( output, -- cgit v1.2.3