Require manpages for packages.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
(cherry picked from commit 1ea9c19ffe)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Daniel Nephin 2016-07-22 16:34:46 -04:00 committed by Sebastiaan van Stijn
parent c5531b033a
commit 5b667c7c55
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 2 additions and 4 deletions

View File

@ -35,8 +35,7 @@ set -e
debDate="$(date --rfc-2822)"
# if go-md2man is available, pre-generate the man pages
make manpages || true
# TODO decide if it's worth getting go-md2man in _each_ builder environment to avoid this
make manpages
builderDir="contrib/builder/deb/${PACKAGE_ARCH}"
pkgs=( $(find "${builderDir}/"*/ -type d) )

View File

@ -51,8 +51,7 @@ set -e
rpmDate="$(date +'%a %b %d %Y')"
# if go-md2man is available, pre-generate the man pages
make manpages || true
# TODO decide if it's worth getting go-md2man in _each_ builder environment to avoid this
make manpages
# Convert the CHANGELOG.md file into RPM changelog format
VERSION_REGEX="^\W\W (.*) \((.*)\)$"