Fixed manpage generation script and README

Update md2man script to generate manpages inside docs/man/ directory. Update
usage documentation in the readme to point to the new docs/man path. Update
Ubuntu makefile to use new path to manpages

Docker-DCO-1.1-Signed-off-by: Matthew Heon <mheon@redhat.com> (github: mheon)
This commit is contained in:
Matthew Heon
2014-06-26 15:51:26 -04:00
parent 01d4fd76dd
commit fa3ac2d370
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ bundle_ubuntu() {
docs/man/md2man-all.sh -q
manRoot="$DIR/usr/share/man"
mkdir -p "$manRoot"
for manDir in docs/man?; do
for manDir in docs/man/man?; do
manBase="$(basename "$manDir")" # "man1"
for manFile in "$manDir"/*; do
manName="$(basename "$manFile")" # "docker-build.1"