website = custom_target('website', output: ['index.html'], command: [ 'hugo', '--source', meson.current_source_dir(), '--destination', meson.current_build_dir(), ], depend_files: [ 'hugo.toml', 'layouts/baseof.html', 'layouts/home.html', ], depends: [ schematic, bom, ], build_by_default: true, install: true, install_dir: 'website', )