Make manpages in a conatiner.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: 7004f219f5d0fe99de0dadf319381d224866eb7c
Component: engine
This commit is contained in:
Daniel Nephin
2016-07-22 16:32:51 -04:00
parent 97afc3bb53
commit 01be8b95e0
3 changed files with 3 additions and 3 deletions

View File

@ -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