summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-04-27 08:39:35 -0400
committerGitHub <noreply@github.com>2021-04-27 08:39:35 -0400
commit3148e01651e939f345242d582d82a068d1c6dd7e (patch)
tree4f1d81c5db393f8195250552f1b5852a08f17549 /Makefile
parent5baa0ae85e5e6f0c3a35f7043b298f39f80aafc1 (diff)
parent9731ecfc7a687ee12c2421cf0979bdc08b5b882e (diff)
downloadpodman-3148e01651e939f345242d582d82a068d1c6dd7e.tar.gz
podman-3148e01651e939f345242d582d82a068d1c6dd7e.tar.bz2
podman-3148e01651e939f345242d582d82a068d1c6dd7e.zip
Merge pull request #10132 from rcowsill/restore-lost-text
[CI:DOCS] Restore missing content to manpages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1c6d4ba3d..b94a6d237 100644
--- a/Makefile
+++ b/Makefile
@@ -425,8 +425,8 @@ pkg/api/swagger.yaml: .gopathok
make -C pkg/api
$(MANPAGES): %: %.md .install.md2man docdir
- @sed -e 's/\((podman.*\.md)\)//' -e 's/\[\(podman.*\)\]/\1/' \
- -e 's;<\(/\)\?\(a[^>]*\|sup\)>;;g' $< | \
+ @sed -e 's/\((podman[^)]*\.md)\)//g' -e 's/\[\(podman[^]]*\)\]/\1/g' \
+ -e 's;<\(/\)\?\(a\|a\s\+[^>]*\|sup\)>;;g' $< | \
$(GOMD2MAN) -in /dev/stdin -out $(subst source/markdown,build/man,$@)
.PHONY: docdir