mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00

I was wondering what this version file was for. After some git
archeology, turns out this was used for gtk-docs. Since we replaced
gtk-docs with gi-docgen in commit 92e80d12e8
, this can be removed as
well.
17 lines
275 B
Meson
17 lines
275 B
Meson
devel_docs_build_root = meson.current_build_dir()
|
|
|
|
scan_args_common = [
|
|
'--deprecated-guards=GIMP_DISABLE_DEPRECATED',
|
|
]
|
|
|
|
mkdb_args_common = [
|
|
'--name-space=gimp',
|
|
]
|
|
|
|
if gi_docgen.found()
|
|
subdir('reference')
|
|
endif
|
|
|
|
if get_option('g-ir-doc')
|
|
subdir('g-ir-docs')
|
|
endif
|