FS#41415 - [docker] doesn't include documentation
Attached to Project:
Community Packages
Opened by T. Jameson Little (beatgammit) - Thursday, 31 July 2014, 19:16 GMT
Last edited by Sébastien Luttringer (seblu) - Friday, 01 August 2014, 00:58 GMT
Opened by T. Jameson Little (beatgammit) - Thursday, 31 July 2014, 19:16 GMT
Last edited by Sébastien Luttringer (seblu) - Friday, 01 August 2014, 00:58 GMT
|
Details
Description:
I expect to be able to do `man docker` and get a man page, however I get: "No manual entry for docker". `pacman -Ql docker` reports that no man pages are supplied in the package. Ubuntu ships a man page with it, so there *are* man pages available as well as a README.md.gz. Additional info: * version: 1.1.2 build d84a070 I noticed that the PKGBUILD uses ./hack/make.sh instead of running make directly, so perhaps this needs to be fixed upstream? |
This task depends upon
Closed by Sébastien Luttringer (seblu)
Friday, 01 August 2014, 00:58 GMT
Reason for closing: Upstream
Friday, 01 August 2014, 00:58 GMT
Reason for closing: Upstream
Regarding, using ./hack/make.sh, that's the recommended way of building docker. RTFM before asking.