diff options
Diffstat (limited to 'doc/reference/meson.build')
-rw-r--r-- | doc/reference/meson.build | 2 |
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 |