Skip to content

Commit

Permalink
special macro for documentation modules (with no special semantics ye…
Browse files Browse the repository at this point in the history
…t) DEVTOOLS-5072

ref:489a4faaba63e82d4b08b8465831a84e977c33de
  • Loading branch information
yndx-workfork committed Jan 10, 2019
1 parent d6daa03 commit 85b943b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/ymake.core.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1422,6 +1422,8 @@ module TGZ_PACKAGE: UNION {
}

TOUCH_UNIT_MF=$TOUCH_UNIT && $GENERATE_MF
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


### @usage: UNION(name)
Expand All @@ -1443,6 +1445,10 @@ module PY_PACKAGE: UNION {
.ALLOWED=GRPC
}

module DOCS: UNION {
.CMD=TOUCH_DOCS_MF
}

PY_NAMESPACE_VALUE=
macro PY_NAMESPACE(Arg) {
SET(PY_NAMESPACE_VALUE $Arg)
Expand Down

0 comments on commit 85b943b

Please sign in to comment.