gimp/devel-docs/meson.build
Jehan 4d8c1e3439 devel-docs: removing version.in.
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.
2022-02-01 14:00:21 +01:00

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