docs: Move migrating-gnome-vfs.xml to Markdown

Helps: #3037
This commit is contained in:
Matthias Clasen
2023-10-09 23:23:23 +01:00
committed by Philip Withnall
parent 221ba4e211
commit c09f48bb28
5 changed files with 111 additions and 136 deletions

View File

@@ -163,7 +163,6 @@ if get_option('gtk_doc')
content_files = [
'overview.xml',
'migrating-posix.xml',
'migrating-gnome-vfs.xml',
'migrating-gdbus.xml',
'gio-querymodules.xml',
'glib-compile-schemas.xml',
@@ -199,7 +198,6 @@ if get_option('gtk_doc')
expand_content_files : [
'overview.xml',
'migrating-posix.xml',
'migrating-gnome-vfs.xml',
'migrating-gdbus.xml',
'gdbus-codegen.xml',
],
@@ -236,6 +234,7 @@ endif
# gi-docgen version
expand_content_files = [
'migrating-gconf.md',
'migrating-gnome-vfs.md',
]
gio_gir = meson.current_source_dir() / 'Gio-2.0.gir'