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:
SvenDowideit
2014-06-24 13:07:42 +10:00
parent 04e0cbb118
commit b873d0d1bc
50 changed files with 7 additions and 1107 deletions

View File

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