32 lines
825 B
Diff
32 lines
825 B
Diff
From f810f6175c0171f29e9c23ab4454c5a437b0bef8 Mon Sep 17 00:00:00 2001
|
|
From: Christian Hergert <chergert@redhat.com>
|
|
Date: Mon, 23 Jan 2023 15:15:35 -0800
|
|
Subject: [PATCH] build: place docs in docdir/libdex-1
|
|
|
|
---
|
|
docs/meson.build | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/docs/meson.build b/docs/meson.build
|
|
index 5d2104a..1999e68 100644
|
|
--- a/docs/meson.build
|
|
+++ b/docs/meson.build
|
|
@@ -23,12 +23,12 @@ source_toml = configure_file(
|
|
output: 'Dex.toml',
|
|
configuration: toml_conf,
|
|
install: true,
|
|
- install_dir: docs_dir / 'dex',
|
|
+ install_dir: docs_dir / 'libdex-@0@'.format(api_version),
|
|
)
|
|
|
|
custom_target('dex-doc',
|
|
input: [ source_toml, libdex_gir[0] ],
|
|
- output: 'dex',
|
|
+ output: 'libdex-@0@'.format(api_version),
|
|
command: [
|
|
gidocgen,
|
|
'generate',
|
|
--
|
|
GitLab
|
|
|