diff options
author | Alexander Richter <67486332+Procyhon@users.noreply.github.com> | 2021-06-08 14:09:29 +0200 |
---|---|---|
committer | Alexander Richter <67486332+Procyhon@users.noreply.github.com> | 2021-06-12 18:50:20 +0200 |
commit | 4bca1984a566fee9b62c4e798788082943d09e12 (patch) | |
tree | 056253356c6fc3e97d80abdca7dde283997a03d9 /Makefile | |
parent | d03963380aeb337556e9598b406cdbd6a774fc3c (diff) | |
download | podman-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |