From aa5cd7b1e22f4165ad47d9042a0d6e8d1adee6e7 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 26 Jul 2025 11:29:10 +0200 Subject: Move HTML copy to root Meson file --- meson.build | 4 ++-- web/meson.build | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 web/meson.build diff --git a/meson.build b/meson.build index 8e2d91c..1840972 100644 --- a/meson.build +++ b/meson.build @@ -4,15 +4,15 @@ tar = find_program('tar', required : true) fs = import('fs') +html = fs.copyfile(meson.current_source_dir() / 'web' / 'index.html') css = fs.copyfile(meson.current_source_dir() / 'simple.css' / 'simple.css') subdir('tools') subdir('fw') subdir('pcb') -subdir('web') artifacts = [ - index_html, + html, css, schematic, bom, diff --git a/web/meson.build b/web/meson.build deleted file mode 100644 index 19551a5..0000000 --- a/web/meson.build +++ /dev/null @@ -1 +0,0 @@ -index_html = fs.copyfile(meson.current_source_dir() / 'index.html') -- cgit v1.2.3-70-g09d2