doc/reference/meson.build

Wed, 17 Aug 2022 04:09:59 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Wed, 17 Aug 2022 04:09:59 -0500
changeset 41504
70d9d0552b04
parent 41105
02c3569bc32b
child 42678
0b9b81b6ff18
permissions
-rw-r--r--

Remove the old nsis scripts.

We know we're not going to be using NSIS in the future so there's no reason to
keep this stuff around.

Testing Done:
ran meson to make sure nothing was referencing it.

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

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