summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-09-14 17:41:09 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-09-19 16:03:32 +0200
commitc8636449b3cf68d3ba8446dcef3f6dbecf48c3e4 (patch)
tree2a77daa13c2932ce3cffee53eefc0dd6ffc6ad37
parent37954c91bd1a9a44cf7e21ca5019c959b84a722a (diff)
downloadNetworkManager-c8636449b3cf68d3ba8446dcef3f6dbecf48c3e4.tar.gz
build: meson: man files depend on common.ent
-rw-r--r--man/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/meson.build b/man/meson.build
index 044ddcaba4..929431668e 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -10,7 +10,7 @@ common_conf.set('NM_CONFIG_DEFAULT_MAIN_DHCP', config_dhcp_default)
common = 'common.ent'
-configure_file(
+common_ent_file = configure_file(
input: common + '.in',
output: common,
configuration: common_conf
@@ -58,6 +58,7 @@ foreach man: mans
input: input,
output: output,
command: xsltproc_options + [docbook_xls, '@INPUT@'],
+ depend_files: common_ent_file,
install: true,
install_dir: join_paths(nm_mandir, 'man' + man[1])
)