summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-06-12 16:11:42 -0400
committerGitHub <noreply@github.com>2021-06-12 16:11:42 -0400
commit14ae580dc615cdd77178368a63f311117f2cdc2a (patch)
tree49e937912eef86be9ecc677041ccfa5b06b57598 /Makefile
parent328174df27897b9aead1cd0d65d35756437ed690 (diff)
parent4bca1984a566fee9b62c4e798788082943d09e12 (diff)
downloadpodman-14ae580dc615cdd77178368a63f311117f2cdc2a.tar.gz
podman-14ae580dc615cdd77178368a63f311117f2cdc2a.tar.bz2
podman-14ae580dc615cdd77178368a63f311117f2cdc2a.zip
Merge pull request #10601 from Procyhon/07062021_manpage
[CI:DOCS] UPDATE manpages with MANPAGE_SYNTAX
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f2b9d87de..3e40881f3 100644
--- a/Makefile
+++ b/Makefile
@@ -437,7 +437,7 @@ $(MANPAGES): %: %.md .install.md2man docdir
-e 's/\[\(podman[^]]*\)\]/\1/g' \
-e 's/\[\([^]]*\)](http[^)]\+)/\1/g' \
-e 's;<\(/\)\?\(a\|a\s\+[^>]*\|sup\)>;;g' \
- -e 's/\\$// /g' $< | \
+ -e 's/\\$$/ /g' $< | \
$(GOMD2MAN) -in /dev/stdin -out $(subst source/markdown,build/man,$@)
.PHONY: docdir