Make manpages in a conatiner.
Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: 7004f219f5d0fe99de0dadf319381d224866eb7c Component: engine
This commit is contained in:
@ -60,7 +60,7 @@ bundle_ubuntu() {
|
||||
cp contrib/completion/fish/docker.fish "$DIR/etc/fish/completions/"
|
||||
|
||||
# Include man pages
|
||||
man/generate.sh
|
||||
make manpages
|
||||
manRoot="$DIR/usr/share/man"
|
||||
mkdir -p "$manRoot"
|
||||
for manDir in man/man?; do
|
||||
|
||||
Reference in New Issue
Block a user