doc/reference/meson.build@6986f5428d30
doc/reference/meson.build
Thu, 21 Mar 2024 00:19:08 -0500
- author
- Gary Kramlich <grim@reaperworld.com>
- date
- Thu, 21 Mar 2024 00:19:08 -0500
- changeset 42649
- 6986f5428d30
- parent 41105
-
02c3569bc32b
- child 42678
-
0b9b81b6ff18
- permissions
- -rw-r--r--
Add a doc check unit test to Pidgin and fix the issues it found
Testing Done:
Ran the unit tests.
Reviewed at https://reviews.imfreedom.org/r/3043/
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