summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
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)