doc/reference/meson.build

Tue, 19 Oct 2021 00:47:42 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 19 Oct 2021 00:47:42 -0500
changeset 41122
f29fa0dda4bf
parent 41105
02c3569bc32b
child 42678
0b9b81b6ff18
permissions
-rw-r--r--

Convert the facebook documentation to gi-docgen

Testing Done:
Built the docs and verified that they looked okay.

Reviewed at https://reviews.imfreedom.org/r/1070/

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

mercurial