glade/help/meson.build
Iñigo Martínez 79bd7e5a84 build: Port to meson build system
meson is a build system focused on speed an ease of use, which
helps speeding up the software development.

meson build system has been added along with autotools.
2019-03-30 21:15:41 +01:00

12 lines
156 B
Meson

sources = [
'index.docbook',
'legal.xml',
]
gnome.yelp(
glade_name,
sources: sources,
media: 'figures/main-window.png',
symlink_media: true,
)