summaryrefslogtreecommitdiff
path: root/libnm/meson.build
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2017-12-18 20:33:13 +0100
committerThomas Haller <thaller@redhat.com>2017-12-18 20:46:03 +0100
commitcc692a69760358968b250932891f9f61c8d5eac9 (patch)
tree2b9d423b4c1c5ab79b5671f0966469584be17f16 /libnm/meson.build
parent25d5384c307e150f423ec8ddc9906b64e77d0b12 (diff)
downloadNetworkManager-cc692a69760358968b250932891f9f61c8d5eac9.tar.gz
build: Remove documentation generation workarounds
Documentation was not working in meson due to problems with files generated in `libnm`. To avoid these problems, workarounds were used. This problems have been recently fixed so these workarounds are not necessary anymore. https://mail.gnome.org/archives/networkmanager-list/2017-December/msg00061.html
Diffstat (limited to 'libnm/meson.build')
-rw-r--r--libnm/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/libnm/meson.build b/libnm/meson.build
index f286faa805..23971e8c76 100644
--- a/libnm/meson.build
+++ b/libnm/meson.build
@@ -219,7 +219,6 @@ if enable_introspection
install_dir_typelib: typelib_dir
)
- # FIXME: the script parses the meson.source_root()/Makefile.am file
generate_plugin_docs = join_paths(meson.current_source_dir(), 'generate-plugin-docs.pl')
name = 'nm-settings-keyfile-docs.xml'