summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsazikov-a <[email protected]>2022-02-10 16:51:39 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:51:39 +0300
commit74fe237f3d078a1e14e85ba61c559c2b7a0c5c53 (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb
parent018a54e0a4deb60336a4205e7482d8bd477e1d6e (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
-rw-r--r--build/platform/yfm/ya.make26
-rw-r--r--build/ymake.core.conf20
2 files changed, 23 insertions, 23 deletions
diff --git a/build/platform/yfm/ya.make b/build/platform/yfm/ya.make
index 80c994f0f0c..ece089e998b 100644
--- a/build/platform/yfm/ya.make
+++ b/build/platform/yfm/ya.make
@@ -1,19 +1,19 @@
-OWNER(
+OWNER(
workfork
-)
-
-RESOURCES_LIBRARY()
-
-IF(NOT HOST_OS_LINUX AND NOT HOST_OS_WINDOWS AND NOT HOST_OS_DARWIN)
- MESSAGE(FATAL_ERROR Unsupported platform for YFM tool)
-ENDIF()
-
-DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE(
- YFM_TOOL
+)
+
+RESOURCES_LIBRARY()
+
+IF(NOT HOST_OS_LINUX AND NOT HOST_OS_WINDOWS AND NOT HOST_OS_DARWIN)
+ MESSAGE(FATAL_ERROR Unsupported platform for YFM tool)
+ENDIF()
+
+DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE(
+ YFM_TOOL
sbr:2614616596 FOR DARWIN-ARM64
sbr:2614616596 FOR DARWIN
sbr:2614615780 FOR LINUX
sbr:2614617315 FOR WIN32
-)
-
+)
+
END()
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index fbd1a0f961a..081833998b8 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -3244,9 +3244,9 @@ macro _DOCS_YFM_USE_PLANTUML() {
### When built directly, via RECURSE, DEPENDS or BUNDLE the output artifact is docs.tar.gz with statically generated site (using mkdocs as builder).
### When PEERDIRed from other DOCS() module behaves like a UNION (supplying own content and dependencies to build target).
### Peerdirs from modules other than DOCS are not accepted.
-### Most usual macros are not accepted, only used with the macros DOCS_DIR(), DOCS_CONFIG(), DOCS_VARS(), DOCS_BUILDER().
+### Most usual macros are not accepted, only used with the macros DOCS_DIR(), DOCS_CONFIG(), DOCS_VARS(), DOCS_BUILDER().
###
-### @see: [DOCS_DIR()](#macro_DOCS_DIR), [DOCS_CONFIG()](#macro_DOCS_CONFIG), [DOCS_VARS()](#macro_DOCS_VARS), [DOCS_BUILDER()](#macro_DOCS_BUILDER).
+### @see: [DOCS_DIR()](#macro_DOCS_DIR), [DOCS_CONFIG()](#macro_DOCS_CONFIG), [DOCS_VARS()](#macro_DOCS_VARS), [DOCS_BUILDER()](#macro_DOCS_BUILDER).
multimodule DOCS {
module DOCSBOOK: _DOCS_BASE_UNIT {
.CMD=_DOCS_BOOK_CMD
@@ -3299,16 +3299,16 @@ macro USE_PLANTUML() {
# tag:docs
DOCSBUILDER=yfm
-### @usage: DOCS_BUILDER(tool)
-###
-### Specify docs builder tool.
+### @usage: DOCS_BUILDER(tool)
+###
+### Specify docs builder tool.
### Avalialbe tools: mkdocs and yfm (by default).
-###
-### @see: [DOCS](#multimodule_DOCS)
-macro DOCS_BUILDER(DocsTool) {
+###
+### @see: [DOCS](#multimodule_DOCS)
+macro DOCS_BUILDER(DocsTool) {
SET(_DOCS_BUILDER_VALUE $DocsTool)
-}
-
+}
+
# tag:docs
### @usage: DOCS_DIR(path)
###