gimp/devel-docs/meson.build

18 lines
275 B
Meson
Raw Normal View History

2017-11-01 21:27:13 +08:00
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')
2017-11-01 21:27:13 +08:00
endif
if get_option('g-ir-doc')
subdir('g-ir-docs')
endif