mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-10 23:27:52 +02:00
add man page for example game
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:

committed by
afayaz-feral

parent
a48272ae61
commit
3033867fc9
@@ -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')
|
||||
|
||||
|
Reference in New Issue
Block a user