mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-10-31 15:20:13 +00:00
5 lines
95 B
Meson
5 lines
95 B
Meson
|
install_man(
|
||
|
files('mangohud.1'),
|
||
|
install_dir: join_paths(get_option('mandir'), 'man1'),
|
||
|
)
|