doc/meson.build

Tue, 31 Dec 2024 19:38:06 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 31 Dec 2024 19:38:06 -0600
changeset 43111
ebd54ef0a78a
parent 42847
fbb0d252bc35
permissions
-rw-r--r--

Update the transifex config

We created a new resource in transifex specific to pidgin 3, this updates the
config to that resource.

Testing Done:
Ran `tx pull --all --minimum-prec 50` and verified that it was able to download everything.

Bugs closed: PIDGIN-18015

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

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