summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-01-19 16:38:34 -0500
committerGitHub <noreply@github.com>2021-01-19 16:38:34 -0500
commit37470c4d200c5cde2f8e233dbaa6d200d94919cc (patch)
tree44a54612b3616c227331f1f241c987c0d19161d0 /Makefile
parentd99e475dd71f21ac5155d4b4b4bfef5101e55a85 (diff)
parent37abec240a5f9c0165aa074bb6a58eea1fc665c5 (diff)
downloadpodman-37470c4d200c5cde2f8e233dbaa6d200d94919cc.tar.gz
podman-37470c4d200c5cde2f8e233dbaa6d200d94919cc.tar.bz2
podman-37470c4d200c5cde2f8e233dbaa6d200d94919cc.zip
Merge pull request #9023 from edsantiago/fix_gomd2man_warnings
[CI:DOCS] fix go-md2man HTMLSpan warnings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 864efa03e..8d1a34183 100644
--- a/Makefile
+++ b/Makefile
@@ -383,7 +383,7 @@ MANPAGES ?= $(MANPAGES_MD:%.md=%)
MANPAGES_DEST ?= $(subst markdown,man, $(subst source,build,$(MANPAGES)))
$(MANPAGES): %: %.md .install.md2man docdir
- @sed -e 's/\((podman.*\.md)\)//' -e 's/\[\(podman.*\)\]/\1/' $< | $(GOMD2MAN) -in /dev/stdin -out $(subst source/markdown,build/man,$@)
+ @sed -e 's/\((podman.*\.md)\)//' -e 's/\[\(podman.*\)\]/\1/' -e 's;<\(/\)\?\(a[^>]*\|sup\)>;;g' $< | $(GOMD2MAN) -in /dev/stdin -out $(subst source/markdown,build/man,$@)
.PHONY: docs
docdir: