doc/reference/meson.build@e82d07ed6862
doc/reference/meson.build
Fri, 14 Jan 2022 00:11:38 -0600
- author
- Gary Kramlich <grim@reaperworld.com>
- date
- Fri, 14 Jan 2022 00:11:38 -0600
- changeset 41250
- e82d07ed6862
- parent 41105
-
02c3569bc32b
- child 42678
-
0b9b81b6ff18
- permissions
- -rw-r--r--
Remove purple_utf8_strftime
Testing Done:
Ran both finch and pidgin and verified that the timestamps in their debug windows remained the same format.
Reviewed at https://reviews.imfreedom.org/r/1227/
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