Skip to content

Commit

Permalink
Merge pull request #150 from shs96c/export-docs
Browse files Browse the repository at this point in the history
Export all the deps we need for stardoc to work
  • Loading branch information
aiuto authored Sep 4, 2024
2 parents 8d02262 + 7af974d commit dfa2c47
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

load("@rules_license//:version.bzl", "version")
load("@rules_license//rules:license.bzl", "license")
load("@rules_license//rules:package_info.bzl", "package_info")
load("@rules_license//:version.bzl", "version")

package(
default_applicable_licenses = [":license", ":package_info"],
Expand Down Expand Up @@ -55,10 +55,20 @@ filegroup(
"*.bzl",
"*.md",
]) + [
"MODULE.bazel",
"BUILD",
"LICENSE",
"MODULE.bazel",
"WORKSPACE.bzlmod",
],
visibility = ["//distro:__pkg__"],
)

filegroup(
name = "docs_deps",
srcs = [
":standard_package",
"//rules:standard_package",
"//rules_gathering:standard_package",
],
visibility = ["//visibility:public"],
)

0 comments on commit dfa2c47

Please sign in to comment.