move the man pages to the docs/ dir
Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au> (github: SvenDowideit) Upstream-commit: 42be6f2957c945e070079ec773e29b356a9f9452 Component: engine
This commit is contained in:
@ -47,10 +47,10 @@ bundle_ubuntu() {
|
||||
cp contrib/completion/fish/docker.fish $DIR/etc/fish/completions/
|
||||
|
||||
# Include contributed man pages
|
||||
contrib/man/md/md2man-all.sh -q
|
||||
docs/man/md2man-all.sh -q
|
||||
manRoot="$DIR/usr/share/man"
|
||||
mkdir -p "$manRoot"
|
||||
for manDir in contrib/man/man*; do
|
||||
for manDir in docs/man?; do
|
||||
manBase="$(basename "$manDir")" # "man1"
|
||||
for manFile in "$manDir"/*; do
|
||||
manName="$(basename "$manFile")" # "docker-build.1"
|
||||
|
||||
Reference in New Issue
Block a user