mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-17 06:40:46 +00:00

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.
10 lines
197 B
Meson
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
|
|
)
|