summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2020-10-06 11:24:21 +0200
committerJens Georg <mail@jensge.org>2020-10-06 11:24:21 +0200
commitbc6fa77d05e8976daff0c8199cc350017b6e8b4b (patch)
treeaf7b3c7965de6961f3f2a58306c8ca4dc9322749
parent683bba998c89ac42f5c0123a338d73990f6e3bba (diff)
downloadgupnp-av-bc6fa77d05e8976daff0c8199cc350017b6e8b4b.tar.gz
doc: Let meson do the build/src thing
-rw-r--r--doc/meson.build5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/meson.build b/doc/meson.build
index 50942f3..2c7ca64 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -9,10 +9,7 @@ version_xml = configure_file(
gnome.gtkdoc(
'gupnp-av',
- src_dir : [
- join_paths(meson.source_root(), 'libgupnp-av'),
- join_paths(meson.build_root(), 'libgupnp-av'),
- ],
+ src_dir : ['libgupnp-av'],
main_sgml : 'gupnp-av-docs.sgml',
content_files : version_xml,
scan_args : ['--deprecated-guards=GUPNP_DISABLE_DEPRECATED'],