summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-01-07 18:48:37 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-01-07 18:48:37 +0100
commitb788f975b3ca7f092cb906c66722326fac43c281 (patch)
treedebc2f59e0deb14cf5ccbb1772013a9f9356e17c /docs
parentd020c524bad9a9e26b124b85a356d3858b03cab7 (diff)
downloadgobject-introspection-b788f975b3ca7f092cb906c66722326fac43c281.tar.gz
meson: use underscore as a separator in build options
This is what https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting suggests.
Diffstat (limited to 'docs')
-rw-r--r--docs/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/meson.build b/docs/meson.build
index cebaad8d..6c335874 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -1,6 +1,6 @@
install_man('g-ir-compiler.1', 'g-ir-generate.1', 'g-ir-scanner.1')
install_data('gir-1.2.rnc', install_dir: join_paths(get_option('datadir'), 'gir-1.0'))
-if get_option('gtk-doc')
+if get_option('gtk_doc')
subdir('reference')
endif