summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-11-07 13:11:18 +0100
committerJens Georg <mail@jensge.org>2022-11-07 13:11:18 +0100
commit1abd32f551604e0d9b44e7bdf12987cc76dd35b9 (patch)
treecb6e367c5fce5568d0cf356b3e59465199de6fed
parent0c8f2bb00226d28303e6081a122d7e958f361ea0 (diff)
downloadgssdp-1abd32f551604e0d9b44e7bdf12987cc76dd35b9.tar.gz
build, ci: Fix documentation install path
-rw-r--r--.gitlab-ci.yml4
-rw-r--r--doc/meson.build4
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4b7fae0..1e2411f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -215,9 +215,9 @@ pages:
stage: website
script:
- meson doc-build -Dgtk_doc=true
- - ninja -C doc-build doc/GSSDP
+ - ninja -C doc-build doc/gssdp-1.6
- mkdir -p public
- - mv doc-build/doc/GSSDP public/docs
+ - mv doc-build/doc/gssdp-1.6 public/docs
artifacts:
paths:
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',