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:
parent
d859bb3922
commit
38fecbcbb5
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue