doc/reference/meson.build@ef32e25a3b78
doc/reference/meson.build
Tue, 23 Jan 2024 00:28:15 -0600
- author
- Gary Kramlich <grim@reaperworld.com>
- date
- Tue, 23 Jan 2024 00:28:15 -0600
- changeset 42574
- ef32e25a3b78
- parent 41105
-
02c3569bc32b
- child 42678
-
0b9b81b6ff18
- permissions
- -rw-r--r--
Make sure all of the final types in finch are defined as such
Testing Done:
Compiled.
Reviewed at https://reviews.imfreedom.org/r/2925/
if get_option('doc')
subdir('libpurple')
subdir('protocols')
if ENABLE_GTK
subdir('pidgin')
else
pidgin_doc = []
endif
if enable_consoleui
subdir('finch')
else
finch_doc = []
endif
alias_target('doc', libpurple_doc, protocols_doc, pidgin_doc, finch_doc)
endif