pidgin/pixmaps/protocols/meson.build

Fri, 30 Jun 2017 13:13:13 -0500

author
Mike Ruprecht <cmaiku@gmail.com>
date
Fri, 30 Jun 2017 13:13:13 -0500
changeset 38547
1772a0f0f77c
parent 38517
286bb278081b
child 38618
1d385deb3f88
permissions
-rw-r--r--

tls-certificate: Fix docstring function references

Several function references in the documentation of PurpleTlsCertificate
were using the wrong function names or just the wrong function. This
patch fixes those references.

foreach dir : ['16', '22', '48', 'scalable']
	if dir == 'scalable'
		install_subdir(dir,
		    install_dir : join_paths(pidginpixmapdir, 'protocols'))
	else
		install_subdir(dir,
		    exclude : 'scalable',
		    install_dir : join_paths(pidginpixmapdir, 'protocols'))
	endif
endforeach

mercurial