[gtk/gtk-4-2: 18/91] Install documentation in the appropriate place
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-4-2: 18/91] Install documentation in the appropriate place
- Date: Tue, 4 May 2021 02:05:40 +0000 (UTC)
commit b50df28e385131e69112093f2a77adae7af9a5aa
Author: Emmanuele Bassi <ebassi gnome org>
Date: Wed Apr 7 14:57:31 2021 +0100
Install documentation in the appropriate place
We're already installing each reference into its own namespaced
directory, so we don't need to add further path elements.
Additionally, with the changes in:
https://gitlab.gnome.org/GNOME/devhelp/-/merge_requests/20
https://gitlab.gnome.org/GNOME/gi-docgen/-/merge_requests/54
we can browse the GTK API references in DevHelp.
docs/reference/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/docs/reference/meson.build b/docs/reference/meson.build
index 66598f249a..f69f568f2e 100644
--- a/docs/reference/meson.build
+++ b/docs/reference/meson.build
@@ -3,7 +3,7 @@ toml_conf.set('version', meson.project_version())
gidocgen = find_program('gi-docgen', required: get_option('gtk_doc'))
-docs_dir = gtk_datadir / 'doc/gtk4/reference'
+docs_dir = gtk_datadir / 'doc'
subdir('gdk')
subdir('gsk')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]