Ensure help figures are installed under Meson build.

This commit is contained in:
Michael James Gratton 2018-01-15 14:03:58 +11:00
parent f3e2dac20f
commit 178e18e83a

View file

@ -13,6 +13,10 @@ geary_help_pages = [
'write.page',
]
geary_help_media = [
'figures/geary.svg'
]
# Meson 0.44 added support for automatically reading LINGUAS, until we
# can depend on that, read it in outselves. Note this means if you
# change LINGUAS, you will need remove your build directory and re-run
@ -29,4 +33,5 @@ endforeach
gnome.yelp(meson.project_name(),
languages: langs,
sources: geary_help_pages,
media: geary_help_media
)