diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-17 06:35:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 06:35:50 -0400 |
commit | c6ae5c7961e2663ba91de7877aafe9791a80b245 (patch) | |
tree | 027a1e6e3cafa724f19c9b5429a8fca322c81a42 /hack | |
parent | f7705c44fa026d0bb3dd4eea78fa1b68cac001cb (diff) | |
parent | 613ef220f39a38779abc61c5f23d65f6d1a91efd (diff) | |
download | podman-c6ae5c7961e2663ba91de7877aafe9791a80b245.tar.gz podman-c6ae5c7961e2663ba91de7877aafe9791a80b245.tar.bz2 podman-c6ae5c7961e2663ba91de7877aafe9791a80b245.zip |
Merge pull request #11612 from rhatdan/docs
Fix up build the docs site
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; - } } } |