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:
parent
2c2c83d31e
commit
b0a1746a0a
@ -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
|
||||
|
||||
|
@ -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 ../..
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user