summaryrefslogtreecommitdiff
path: root/man/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'man/meson.build')
-rw-r--r--man/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/man/meson.build b/man/meson.build
index 8ba6f4d8a1..e5c956b8f6 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -47,6 +47,10 @@ if enable_ovs
mans += [['nm-openvswitch', '7']]
endif
+if enable_contrail
+ mans += [['nm-contrail', '7']]
+endif
+
foreach man: mans
input = man[0] + '.xml'
content_files += join_paths(meson.current_source_dir(), input)