summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-11-07 13:15:24 +0100
committerJens Georg <mail@jensge.org>2022-11-07 13:15:24 +0100
commitc961f9d7208c2b857a09c3aa13bd53711b2b08d5 (patch)
tree22399250e8eac63b3c05466ee6855dc34eb0d5ad /doc
parent19ccc6560869e6ffe496d56e2b2e54a644483f97 (diff)
downloadgupnp-c961f9d7208c2b857a09c3aa13bd53711b2b08d5.tar.gz
build,ci: Fix documentation install path
Diffstat (limited to 'doc')
-rw-r--r--doc/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/meson.build b/doc/meson.build
index c227112..607cd30 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -21,7 +21,7 @@ if get_option('gtk_doc')
configuration: entities
)
- docs_dir = join_paths(get_option('prefix'), get_option('datadir')) / 'doc' / GUPNP_API_NAME / 'reference'
+ docs_dir = join_paths(get_option('prefix'), get_option('datadir'), 'doc')
if gssdp_dep.type_name() == 'internal'
gssdp_gir_dirs = subproject('gssdp-1.6').get_variable('gssdp_gir_dir')
@@ -32,7 +32,7 @@ if get_option('gtk_doc')
custom_target(
'gupnp-doc',
input: [ gupnp_toml, gir[0] ],
- output: 'GUPnP',
+ output: GUPNP_API_NAME,
command : [
gidocgen,
'generate',