MangoHud/data/meson.build
Stephan Lachnit 1f41652061 add a man page for mangohud
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
2020-07-25 19:39:21 +03:00

5 lines
95 B
Meson

install_man(
files('mangohud.1'),
install_dir: join_paths(get_option('mandir'), 'man1'),
)