Skip to content

Commit f49fac0

Browse files
committed
tag manual
1 parent bf9c4c5 commit f49fac0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/stardoc/BUILD

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ stardoc(
55
out = "flex.md",
66
header_template = ":header.vm",
77
input = "//flex:flex_bzl",
8+
tags = ["manual"],
89
deps = ["//flex:bzl_srcs"],
910
)
1011

@@ -13,6 +14,7 @@ stardoc(
1314
out = "flex_repository_ext.md",
1415
header_template = ":empty.vm",
1516
input = "//flex/extensions:flex_repository_ext_bzl",
17+
tags = ["manual"],
1618
deps = ["//flex:bzl_srcs"],
1719
)
1820

@@ -32,6 +34,7 @@ cat $(SRCS) | sed \\
3234
-e 's/<br><br>The C++ output/<\\/ul>The C++ output/g' \\
3335
> $@
3436
""",
37+
tags = ["manual"],
3538
)
3639

3740
filegroup(

0 commit comments

Comments
 (0)