diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-09-16 12:29:35 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-09-16 17:41:00 -0400 |
commit | 613ef220f39a38779abc61c5f23d65f6d1a91efd (patch) | |
tree | 19f809811af9b3dee44236c2c1f494998b006848 /hack | |
parent | 6cf13c3dbf05a263c08c3f1b1a10cfed722e5929 (diff) | |
download | podman-613ef220f39a38779abc61c5f23d65f6d1a91efd.tar.gz podman-613ef220f39a38779abc61c5f23d65f6d1a91efd.tar.bz2 podman-613ef220f39a38779abc61c5f23d65f6d1a91efd.zip |
Fix up build the docs site
[NO TESTS NEEDED]
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'hack')
-rwxr-xr-x | hack/xref-helpmsgs-manpages | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/hack/xref-helpmsgs-manpages b/hack/xref-helpmsgs-manpages index cc1e233b9..af54f05f3 100755 --- a/hack/xref-helpmsgs-manpages +++ b/hack/xref-helpmsgs-manpages @@ -201,13 +201,6 @@ sub xref_rst { if (ref $help->{$k}) { xref_rst($help->{$k}, $rst->{$k}, @subcommand, $k); } - - # Check that command is mentioned in at least one .rst file - if (! exists $rst->{$k}{_desc}) { - my @podman = ("podman", @subcommand, $k); - warn "$ME: no link in *.rst for @podman\n"; - ++$Errs; - } } } |