summaryrefslogtreecommitdiff
path: root/doc/reference/meson.build
diff options
context:
space:
mode:
authorManatsawin Hanmongkolchai <[email protected]>2022-11-15 01:18:57 +0700
committerraveit65 <[email protected]>2023-04-20 18:07:49 +0200
commit8404de12c85b0674f397a616596f85b82b2d7e66 (patch)
treea5c10385978aa4aae0058275802d17fa5f59b2f4 /doc/reference/meson.build
parent94abc672375a68425d210bec872167922808391c (diff)
downloadeom-8404de12c85b0674f397a616596f85b82b2d7e66.tar.bz2
eom-8404de12c85b0674f397a616596f85b82b2d7e66.tar.xz
Fix plugin installing
Diffstat (limited to 'doc/reference/meson.build')
-rw-r--r--doc/reference/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/reference/meson.build b/doc/reference/meson.build
index 6805b3c..fab9d02 100644
--- a/doc/reference/meson.build
+++ b/doc/reference/meson.build
@@ -16,6 +16,7 @@ endif
sgml = configure_file(input: 'eom-docs.sgml.in', configuration: pkg_info, output: 'eom-docs.sgml')
versionsxml = configure_file(input: 'version.xml.in', configuration: pkg_info, output: 'version.xml')
+if false
gnome.gtkdoc(
'eom',
src_dir: src_inc,
@@ -28,3 +29,4 @@ gnome.gtkdoc(
dependencies: [all_deps, libeom],
install: true,
)
+endif