add man page for example game

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:
Stephan Lachnit
2020-05-26 19:08:56 +02:00
committed by afayaz-feral
parent a48272ae61
commit 3033867fc9
2 changed files with 46 additions and 0 deletions

View File

@@ -78,6 +78,19 @@ install_man(
install_dir: path_mandir,
)
if with_examples
example_manpage = configure_file(
input: files('gamemode-simulate-game.1.in'),
output: 'gamemode-simulate-game.1',
configuration: data_conf,
)
install_man(
example_manpage,
install_dir: path_mandir,
)
endif
# Install metainfo
metainfo_file = files('io.github.feralinteractive.gamemode.metainfo.xml')