diff --git a/docs/guide/bundling.md b/docs/guide/bundling.md index 3de987d7..04d94223 100644 --- a/docs/guide/bundling.md +++ b/docs/guide/bundling.md @@ -261,7 +261,7 @@ custom_target( meson.project_source_root() / 'app.ts', main, ], - output: [meson.project_name()], + output: main, input: files('app.ts'), install: true, install_dir: pkgdatadir,