aboutsummaryrefslogtreecommitdiffstats
path: root/doc/meson.build
blob: c5410d85d6151424c4e399612bac992325283f13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 Luca Boccassi <bluca@debian.org>

doc_targets = []
doc_target_names = []
subdir('api')
subdir('guides')

if doc_targets.length() == 0
	message = 'No docs targets found'
else
	message = 'Building docs:'
endif
run_target('doc', command: ['echo', message, doc_target_names],
	depends: doc_targets)