diff options
-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, |