Update tar.bzl (#751)

* Update tar.bzl

Fix header so it's not presented at the same level as the parent (the `tar` macro)

* fix docs
This commit is contained in:
Alex Eagle 2024-02-08 15:26:05 -08:00 committed by GitHub
parent d859bb3922
commit 38fecbcbb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

3
docs/tar.md generated
View File

@ -105,8 +105,7 @@ tar(<a href="#tar-name">name</a>, <a href="#tar-mtree">mtree</a>, <a href="#tar-
Wrapper macro around [`tar_rule`](#tar_rule).
Options for mtree
-----------------
### Options for mtree
mtree provides the "specification" or manifest of a tar file.
See https://man.freebsd.org/cgi/man.cgi?mtree(8)

View File

@ -67,8 +67,7 @@ tar_lib = _tar_lib
def tar(name, mtree = "auto", **kwargs):
"""Wrapper macro around [`tar_rule`](#tar_rule).
Options for mtree
-----------------
### Options for mtree
mtree provides the "specification" or manifest of a tar file.
See https://man.freebsd.org/cgi/man.cgi?mtree(8)