fwupd/docs/libfwupd/meson.build
Richard Hughes 57746cb839 Add the Meson build system as an alternate to autotools
Automake and autoconf are impossible to fully understand and Meson now provides
everything we need for a much smaller, faster, and more understandable build.

See http://mesonbuild.com/ for more information.
2017-04-12 16:35:18 +01:00

10 lines
197 B
Meson

gnome.gtkdoc(
'libfwupd',
src_dir : [
join_paths(meson.source_root(), 'libfwupd'),
join_paths(meson.build_root(), 'libfwupd'),
],
main_xml : 'libfwupd-docs.xml',
install : true
)