aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspreis <spreis@yandex-team.ru>2022-05-15 08:35:56 +0300
committerspreis <spreis@yandex-team.ru>2022-05-15 08:35:56 +0300
commit7a146619b8d5b192fddae23c34605f0494256956 (patch)
treed8ad64b9eadb0d269110e3d47a1e62609e50eb2d
parentf49bc3e3a9b7b6f3d98b4edd6365410502772532 (diff)
downloadydb-7a146619b8d5b192fddae23c34605f0494256956.tar.gz
exclude generation macros from some DOCS submodules
ref:00cbe024361b73bca1ebdf6fce045c48bfc3e854
-rw-r--r--build/conf/docs.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/build/conf/docs.conf b/build/conf/docs.conf
index b7e9950c0e..dd0354e07f 100644
--- a/build/conf/docs.conf
+++ b/build/conf/docs.conf
@@ -1,3 +1,7 @@
+#
+# Documentation build support
+#
+
# tag:docs
TOUCH_DOCS=$YMAKE_PYTHON ${input:"build/scripts/touch.py"} ${kv;hide:"p DC"} ${kv;hide:"pc light-cyan"} $TARGET
TOUCH_DOCS_MF=$TOUCH_DOCS && $GENERATE_MF
@@ -145,7 +149,7 @@ multimodule DOCS {
.CMD=_DOCS_YFM_CMD
.FINAL_TARGET=yes
.PEERDIR_POLICY=as_build_from
- .IGNORED=DOCS_DIR DOCS_INCLUDE_SOURCES PEERDIR
+ .IGNORED=DOCS_DIR DOCS_INCLUDE_SOURCES DOCS_COPY_FILES PEERDIR PYTHON RUN_PROGRAM RUN_PYTHON3 RUN_LUA RUN_JAVA_PROGRAM FROM_SANDBOX
.PEERDIRSELF=DOCSLIB_INTERNAL
ENABLE(DOCSBOOK)
@@ -163,7 +167,7 @@ multimodule DOCS {
.CMD=_DOCS_YFM_CMD
.FINAL_TARGET=yes
.PEERDIR_POLICY=as_build_from
- .IGNORED=DOCS_DIR DOCS_INCLUDE_SOURCES PEERDIR
+ .IGNORED=DOCS_DIR DOCS_INCLUDE_SOURCES DOCS_COPY_FILES PEERDIR PYTHON RUN_PROGRAM RUN_PYTHON3 RUN_LUA RUN_JAVA_PROGRAM FROM_SANDBOX
.PEERDIRSELF=DOCSLIB_INTERNAL
ENABLE(DOCSLIB)