summaryrefslogtreecommitdiff
path: root/docs
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 /docs
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 'docs')
-rw-r--r--docs/api/meson.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/api/meson.build b/docs/api/meson.build
index 904adc0ab7..05c5f98a23 100644
--- a/docs/api/meson.build
+++ b/docs/api/meson.build
@@ -7,9 +7,7 @@ settings_xml = custom_target(
output,
input: nm_settings_docs,
output: output,
- command: [xsltproc, '--output', '@OUTPUT@', join_paths(meson.current_source_dir(), settings + '.xsl'), '@INPUT@'],
- # FIXME: used to built properly api documentation
- build_by_default: true
+ command: [xsltproc, '--output', '@OUTPUT@', join_paths(meson.current_source_dir(), settings + '.xsl'), '@INPUT@']
)
configure_file(