summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-09-14 17:41:36 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-09-19 16:03:32 +0200
commitc06a6aec1a969dcb5ec2e2ce8ecfe270cfdedeba (patch)
tree495f8c3b39a311acaa86feac3956ddef0f481c5e /man
parentc8636449b3cf68d3ba8446dcef3f6dbecf48c3e4 (diff)
downloadNetworkManager-c06a6aec1a969dcb5ec2e2ce8ecfe270cfdedeba.tar.gz
build: meson: gtk-doc needs common.ent
Diffstat (limited to 'man')
-rw-r--r--man/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/man/meson.build b/man/meson.build
index 929431668e..41fbf583a6 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -47,6 +47,8 @@ if enable_ovs
mans += [['nm-openvswitch', '7']]
endif
+content_files += join_paths(meson.current_build_dir(), 'common.ent')
+
foreach man: mans
input = man[0] + '.xml'
content_files += join_paths(meson.current_source_dir(), input)