summaryrefslogtreecommitdiff
path: root/hack
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-09-16 12:29:35 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2021-09-16 17:41:00 -0400
commit613ef220f39a38779abc61c5f23d65f6d1a91efd (patch)
tree19f809811af9b3dee44236c2c1f494998b006848 /hack
parent6cf13c3dbf05a263c08c3f1b1a10cfed722e5929 (diff)
downloadpodman-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-xhack/xref-helpmsgs-manpages7
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;
- }
}
}