From ec26e73932cbbfae5bfdcde1c370b5ea17d951ee Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Sat, 25 Feb 2023 15:38:29 +0700 Subject: [PATCH] chore(developer): skip copying schemas that may not be needed --- developer/src/inst/download.in.mak | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/developer/src/inst/download.in.mak b/developer/src/inst/download.in.mak index 80c393ab39..14b01c82ba 100644 --- a/developer/src/inst/download.in.mak +++ b/developer/src/inst/download.in.mak @@ -121,12 +121,13 @@ make-kmcomp-install-zip: copy-schemas kmdecomp.exe \ keyboard_info.source.json keyboard_info.distribution.json \ keyman-touch-layout.spec.json keyman-touch-layout.clean.spec.json \ - kpj.schema.json kvks.schema.json \ - ldml-keyboard.schema.json ldml-keyboardtest.schema.json \ xml\layoutbuilder\*.keyman-touch-layout \ projects\* \ server\* +# TODO: are these required? +# kpj.schema.json kvks.schema.json \ +# ldml-keyboard.schema.json ldml-keyboardtest.schema.json \ copy-schemas: copy $(KEYMAN_ROOT)\common\schemas\keyboard_info\keyboard_info.source.json $(DEVELOPER_ROOT)\bin