Merge pull request #10132 from rcowsill/restore-lost-text
[CI:DOCS] Restore missing content to manpages
This commit is contained in:
commit
3148e01651
4
Makefile
4
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue