doc/reference/protocols/meson.build

Sat, 14 Nov 2020 03:02:30 -0600

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Sat, 14 Nov 2020 03:02:30 -0600
changeset 40598
f88830d41330
parent 39447
5b3604675692
child 42187
fc241db9162d
permissions
-rw-r--r--

Add doc alias target when possible.

Testing Done:
Build with `ninja -C build doc` and see all docs being built.

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

protocols_doc = []

if DYNAMIC_FACEBOOK
	subdir('facebook')
	protocols_doc += facebook_doc
endif

mercurial