mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-05 02:11:08 +00:00
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.
This commit is contained in:
parent
f97d32e253
commit
b50df28e38
@ -3,7 +3,7 @@ toml_conf.set('version', meson.project_version())
|
|||||||
|
|
||||||
gidocgen = find_program('gi-docgen', required: get_option('gtk_doc'))
|
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('gdk')
|
||||||
subdir('gsk')
|
subdir('gsk')
|
||||||
|
Loading…
Reference in New Issue
Block a user