summaryrefslogtreecommitdiff
path: root/man/meson.build
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-09-23 16:30:18 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-09-28 17:25:46 +0200
commitdcfddeef7a7af537f3d271e94d2170ad0d28e39f (patch)
treec44ae0ffec22d6b62986c3fe5aec39f5d4e0bf2b /man/meson.build
parent929298333e1f34fcd519593897f16823d45be65a (diff)
downloadNetworkManager-dcfddeef7a7af537f3d271e94d2170ad0d28e39f.tar.gz
build: meson: fix generation of api docs
We need to copy all introspection files to the same directory when building the documentation. Note that we only require Meson 0.44, but for the documentation at least 0.46 is needed because of a new functionality of gnome.gdbus_codegen(). In this way we can still build on Travis CI (without documentation).
Diffstat (limited to 'man/meson.build')
-rw-r--r--man/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/man/meson.build b/man/meson.build
index 63348054c7..21fac21d1d 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -48,8 +48,6 @@ 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)