build: meson: gtk-doc needs common.ent

(cherry picked from commit c06a6aec1a)
This commit is contained in:
Beniamino Galvani 2018-09-14 17:41:36 +02:00
parent bb892155af
commit b459ffbdd8

View file

@ -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)