mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-25 23:49:14 +00:00
trivial: only install fwupdagent man page if compat_cli set
This commit is contained in:
parent
a194d5317c
commit
0a106c60b3
@ -254,13 +254,15 @@ if get_option('man')
|
|||||||
install: true,
|
install: true,
|
||||||
install_dir: join_paths(mandir, 'man1'),
|
install_dir: join_paths(mandir, 'man1'),
|
||||||
)
|
)
|
||||||
configure_file(
|
if get_option('compat_cli')
|
||||||
input: 'fwupdagent.1',
|
configure_file(
|
||||||
output: 'fwupdagent.1',
|
input: 'fwupdagent.1',
|
||||||
configuration: conf,
|
output: 'fwupdagent.1',
|
||||||
install: true,
|
configuration: conf,
|
||||||
install_dir: join_paths(mandir, 'man1'),
|
install: true,
|
||||||
)
|
install_dir: join_paths(mandir, 'man1'),
|
||||||
|
)
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
if build_standalone
|
if build_standalone
|
||||||
configure_file(
|
configure_file(
|
||||||
|
Loading…
Reference in New Issue
Block a user