Accepting request 593541 from home:vrothberg:branches:Virtualization:containers

- Compile and install all manpages.
  bsc#1085117

OBS-URL: https://build.opensuse.org/request/show/593541
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=238
This commit is contained in:
Valentin Rothberg 2018-04-05 05:48:40 +00:00 committed by Git OBS Bridge
parent 2c2c83d31e
commit b0a1746a0a
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 4 12:27:29 UTC 2018 - vrothberg@suse.com
- Compile and install all manpages.
bsc#1085117
-------------------------------------------------------------------
Tue Mar 27 10:13:41 UTC 2018 - asarai@suse.com

View File

@ -249,6 +249,11 @@ cd ../..
# DOCKER CLIENT
cd components/cli
./scripts/build/dynbinary
mkdir -p ./man/man1
go build -o gen-manpages github.com/docker/cli/man
./gen-manpages --root "$(pwd)" --target "$(pwd)/man/man1"
rm gen-manpages
./man/md2man-all.sh
cd ../..