diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2025-07-15 18:32:55 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2025-07-15 18:54:44 +0300 |
commit | 892100046de6ef219e524c90cdd95bc4e81a128a (patch) | |
tree | b7fb8d89ca90fad53fd4069612ebb4169675567e | |
parent | 2ff7f5becfae434a5468308cec141dd2546446a4 (diff) | |
download | ydb-892100046de6ef219e524c90cdd95bc4e81a128a.tar.gz |
Intermediate changes
commit_hash:0f7d01c349dc801704a27453a3da46573284d7fe
-rw-r--r-- | yql/essentials/tools/yql_highlight/artifact/ya.make | 8 | ||||
-rw-r--r-- | yql/essentials/tools/yql_highlight/ya.make | 5 |
2 files changed, 12 insertions, 1 deletions
diff --git a/yql/essentials/tools/yql_highlight/artifact/ya.make b/yql/essentials/tools/yql_highlight/artifact/ya.make new file mode 100644 index 00000000000..dab6fa45408 --- /dev/null +++ b/yql/essentials/tools/yql_highlight/artifact/ya.make @@ -0,0 +1,8 @@ +UNION() + +RUN_PROGRAM( + yql/essentials/tools/yql_highlight --generate="json" + STDOUT sql_highlighting.json +) + +END() diff --git a/yql/essentials/tools/yql_highlight/ya.make b/yql/essentials/tools/yql_highlight/ya.make index 63c2e9eea5e..b9f5da4a808 100644 --- a/yql/essentials/tools/yql_highlight/ya.make +++ b/yql/essentials/tools/yql_highlight/ya.make @@ -13,5 +13,8 @@ SRCS( END() -ENDIF() +RECURSE( + artifact +) +ENDIF() |