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, 2 insertions, 2 deletions
diff --git a/doc/meson.build b/doc/meson.build
index 2ef2f9f..c091cd4 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -9,12 +9,12 @@ gssdp_toml = configure_file (
configuration: entities
)
-docs_dir = join_paths(get_option('prefix'), get_option('datadir'), 'doc', GSSDP_API_NAME, 'reference')
+docs_dir = join_paths(get_option('prefix'), get_option('datadir'), 'doc')
custom_target(
'gssdp-doc',
input: [ gssdp_toml, gir[0] ],
- output: 'GSSDP',
+ output: GSSDP_API_NAME,
command : [
gidocgen,
'generate',