mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
meson: docs: Install all manpages, not just ones in man1
In f13eb16485f I made a mistake leading to only man1 being installed. I will report a bug suggesting that meson warn about mistakes of this sort. Reported-by: Christoph Berg <myon@debian.org> Discussion: https://postgr.es/m/ZUU5pRQO6ZUeBsi6@msg.df7cb.de Backpatch: 16-, where the meson build was introduced
This commit is contained in:
parent
d594e0daf7
commit
a237a07d53
@ -225,9 +225,10 @@ if docs_dep.found()
|
|||||||
|
|
||||||
install_doc_man = custom_target('install-man',
|
install_doc_man = custom_target('install-man',
|
||||||
output: 'install-man',
|
output: 'install-man',
|
||||||
|
input: man,
|
||||||
command: [
|
command: [
|
||||||
python, install_files, '--prefix', dir_prefix,
|
python, install_files, '--prefix', dir_prefix,
|
||||||
'--install-dirs', dir_man, man],
|
'--install-dirs', dir_man, '@INPUT@'],
|
||||||
build_always_stale: true, build_by_default: false,
|
build_always_stale: true, build_by_default: false,
|
||||||
)
|
)
|
||||||
alias_target('install-doc-man', install_doc_man)
|
alias_target('install-doc-man', install_doc_man)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user