doc/meson.build

Sun, 14 Apr 2024 02:04:28 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Sun, 14 Apr 2024 02:04:28 -0500
changeset 42728
e8a4f48d595f
parent 42678
0b9b81b6ff18
child 42847
fbb0d252bc35
permissions
-rw-r--r--

Remove all of the marshallers we are no longer using

Testing Done:
Ran the turtles

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

subdir('reference')

if ENABLE_GTK
	configure_file(
	    input : 'pidgin3.1.in',
	    output : 'pidgin3.1',
	    configuration : man_conf,
	    install : true,
	    install_dir : get_option('mandir') / 'man1')
endif

mercurial