doc/reference/meson.build@af05c99a4702
doc/reference/meson.build
Tue, 22 Jun 2021 19:40:44 -0500
- author
- Gary Kramlich <grim@reaperworld.com>
- date
- Tue, 22 Jun 2021 19:40:44 -0500
- changeset 40972
- af05c99a4702
- parent 40675
-
2fcf11e235bd
- child 41105
-
02c3569bc32b
- permissions
- -rw-r--r--
Add a link on how to create an application password in Jetbrains Hub
Testing Done:
Built the docs and verified the link worked.
Reviewed at https://reviews.imfreedom.org/r/779/
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)