summaryrefslogtreecommitdiff
path: root/docs/meson.build
blob: e43b12a8b4333b833e1072e9fd09d9468d0be2c5 (plain)
1
2
3
4
5
6
7
if get_option('man')
  subdir('manpages')
endif
if get_option('docs')
  subdir('tools')
  subdir('reference')
endif