unplugged-system/external/stardoc/BUILD

38 lines
715 B
Python
Raw Normal View History

licenses(["notice"])
exports_files([
"LICENSE",
"WORKSPACE",
])
filegroup(
name = "stardoc_rule_doc",
testonly = 1,
srcs = ["docs/stardoc_rule.md"],
visibility = ["//test:__pkg__"],
)
# Sources needed for release tarball.
filegroup(
name = "distro_srcs",
srcs = [
"AUTHORS",
"BUILD",
"CHANGELOG.md",
"CONTRIBUTORS",
"LICENSE",
"//stardoc:distro_srcs",
"//stardoc/proto:distro_srcs",
] + glob(["*.bzl"]),
visibility = ["//:__subpackages__"],
)
# Binaries needed for release tarball.
filegroup(
name = "distro_bins",
srcs = [
"//stardoc:distro_bins",
],
visibility = ["//:__subpackages__"],
)