Skip to content

Commit

Permalink
Merge pull request #10132 from rcowsill/restore-lost-text
Browse files Browse the repository at this point in the history
[CI:DOCS] Restore missing content to manpages
  • Loading branch information
openshift-merge-robot authored Apr 27, 2021
2 parents 5baa0ae + 9731ecf commit 3148e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3148e01

Please sign in to comment.