summaryrefslogtreecommitdiff
path: root/doc/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'doc/meson.build')
-rw-r--r--doc/meson.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/meson.build b/doc/meson.build
index 2112049..4ad0e22 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -1,5 +1,6 @@
gnome.gtkdoc(meson.project_name(),
namespace: PACKAGE_NAME,
+ mode: 'sgml',
main_sgml: meson.project_name() + '-docs.sgml',
src_dir: join_paths(meson.source_root(), meson.project_name()),
dependencies: declare_dependency(
@@ -14,9 +15,6 @@ gnome.gtkdoc(meson.project_name(),
'--ignore-headers=' + ' '.join(['wnck-enum-types.h', 'version.h']),
'--deprecated-guards="WNCK_DISABLE_DEPRECATED"'
],
- mkdb_args: [
- '--sgml-mode', '--output-format=xml'
- ],
install: true,
module_version: MODULE_VERSION,
)