summaryrefslogtreecommitdiff
path: root/docs/meson.build
blob: ddda3e888f58b1ce02853fd748a3cc92a0a94376 (plain)
1
2
3
4
5
6
7
8
9
10
gi_docgen = find_program('gi-docgen')

subdir('gck')
subdir('gcr')

# Create a pseudo target that build all docs at once
alias_target('docs',
  gck_docs,
  gcr_docs,
)