Skip to content

Commit eba58c9

Browse files
authored
Disable ydb/docs RECURSE (#14470)
1 parent 87a072e commit eba58c9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

ydb/ya.make

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
RECURSE(
22
apps
3-
docs
43
core
54
library
65
mvp
@@ -15,3 +14,11 @@ IF(NOT EXPORT_CMAKE)
1514
tests
1615
)
1716
ENDIF()
17+
18+
IF(NOT OPENSOURCE)
19+
# YFM tool is not supported
20+
# for OSS ya make yet
21+
RECURSE(
22+
docs
23+
)
24+
ENDIF()

0 commit comments

Comments
 (0)