mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 15:03:59 +00:00
trivial: only install fwupdagent man page if compat_cli set
This commit is contained in:
parent
9152f9e94c
commit
c31a6b5583
@ -254,6 +254,7 @@ if get_option('man')
|
|||||||
install: true,
|
install: true,
|
||||||
install_dir: join_paths(mandir, 'man1'),
|
install_dir: join_paths(mandir, 'man1'),
|
||||||
)
|
)
|
||||||
|
if get_option('compat_cli')
|
||||||
configure_file(
|
configure_file(
|
||||||
input: 'fwupdagent.1',
|
input: 'fwupdagent.1',
|
||||||
output: 'fwupdagent.1',
|
output: 'fwupdagent.1',
|
||||||
@ -262,6 +263,7 @@ if get_option('man')
|
|||||||
install_dir: join_paths(mandir, 'man1'),
|
install_dir: join_paths(mandir, 'man1'),
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
if build_standalone
|
if build_standalone
|
||||||
configure_file(
|
configure_file(
|
||||||
input: 'fwupdtool.1',
|
input: 'fwupdtool.1',
|
||||||
|
Loading…
Reference in New Issue
Block a user