You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MangoHud/data/meson.build

14 lines
217 B
Meson

man1dir = join_paths(get_option('mandir'), 'man1')
install_man(
files('mangohud.1'),
install_dir: man1dir,
)
if get_option('mangoapp')
install_man(
files('mangoapp.1'),
install_dir: man1dir,
)
endif