doc: clapper-gtk: Add migrating to 0.10 guide

This commit is contained in:
Rafał Dzięgiel
2025-08-08 10:00:46 +02:00
parent 91b7a0f1a5
commit 31c230dde6
3 changed files with 28 additions and 0 deletions

View File

@@ -6,6 +6,10 @@ clappergtk_toml = configure_file(
install_dir: join_paths(datadir, 'doc', 'clapper-gtk'),
)
extra_md_files = [
'migrating-to-010.md',
]
custom_target('clapper-gtk-doc',
input: [
clappergtk_toml,
@@ -24,6 +28,7 @@ custom_target('clapper-gtk-doc',
'--content-dir=@0@'.format(meson.current_source_dir()),
'@INPUT1@',
],
depend_files: extra_md_files,
build_by_default: true,
install: true,
install_dir: join_paths(datadir, 'doc'),