summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Richter <67486332+Procyhon@users.noreply.github.com>2021-06-08 14:09:29 +0200
committerAlexander Richter <67486332+Procyhon@users.noreply.github.com>2021-06-12 18:50:20 +0200
commit4bca1984a566fee9b62c4e798788082943d09e12 (patch)
tree056253356c6fc3e97d80abdca7dde283997a03d9 /Makefile
parentd03963380aeb337556e9598b406cdbd6a774fc3c (diff)
downloadpodman-4bca1984a566fee9b62c4e798788082943d09e12.tar.gz
podman-4bca1984a566fee9b62c4e798788082943d09e12.tar.bz2
podman-4bca1984a566fee9b62c4e798788082943d09e12.zip
UPDATE manpages with MANPAGE_SYNTAX
The following manpages have been adapted to the MANPAGE_SYNTAX: - podman-completion - podman-container-checkpoint - podman-container-cleanup - podman-container-exists The following manpages have had little changes: - podman-attach - podman-commit - MANPAGE_SYNTAX - Makefile Signed-off-by: Alexander Richter <67486332+Procyhon@users.noreply.github.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4a7c727de..6b3525e27 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