diff options
author | Phil Jones <philj56@gmail.com> | 2022-07-31 16:33:29 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-07-31 16:33:29 +0100 |
commit | 41b8616d9f3709709b42168e8859073ff4ac3025 (patch) | |
tree | 06d477ec7b3d28b1bc4fa902c204446d5960f0ae /meson.build | |
parent | f56e31e1d243a6fba39ea64d96e6adeb2584cc38 (diff) |
Add man page symlinks for tofi-run and tofi-drun.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 13 |
1 files changed, 13 insertions, 0 deletions
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, |