summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2018-09-20 09:49:48 -0500
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2018-11-06 21:34:18 -0600
commitd77efc54823480f9f9b234402a90df2764bfc775 (patch)
treed00a3190a0c9153e048b06971db5568a1df388a0
parentc3c236a40125497c269c667f2e848c91dd11d328 (diff)
downloadlibwnck-d77efc54823480f9f9b234402a90df2764bfc775.tar.gz
meson, doc: use sgml mode parameter
-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,
)