Add missing man page links for Docker man pages
Generate all docker man pages to match podman man pages including links. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
cf29dad400
commit
61985a6104
1
Makefile
1
Makefile
|
|
@ -481,6 +481,7 @@ docdir:
|
|||
|
||||
.PHONY: docs
|
||||
docs: $(MANPAGES) ## Generate documentation
|
||||
@ln -sf $(CURDIR)/docs/source/markdown/links/* docs/build/man/
|
||||
|
||||
# docs/remote-docs.sh requires a locally executable 'podman-remote' binary
|
||||
# in addition to the target-architecture binary (if different). That's
|
||||
|
|
|
|||
Loading…
Reference in New Issue