openssl: disable building of docs
With newer pod2man versions, building of openssl fails like:
installing man1/cms.1
cms.pod around line 457: Expected text after =item, not a number
cms.pod around line 461: Expected text after =item, not a number
cms.pod around line 465: Expected text after =item, not a number
cms.pod around line 470: Expected text after =item, not a number
cms.pod around line 474: Expected text after =item, not a number
POD document had syntax errors at /usr/bin/pod2man line 71.
make[1]: *** [install_docs] Error 1
Since we don't use these docs for anything, disable their generation
entirely. This has the nice bonus of speeding up the build too.
Change-Id: Ifcb6be2ae2eb70f6c5f60a55b68d247f4c45b850
Reviewed-on: https://chromium-review.googlesource.com/435425
Reviewed-by: Sam Clegg <sbc@chromium.org>
1 file changed