blob: 00af466e71f8a6a70e44ff5ae3397567adf7b14b [file] [log] [blame]
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__"],
)