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