Small fixups of util/process_docs.pl
authorRichard Levitte <levitte@openssl.org>
Thu, 10 Nov 2016 21:03:28 +0000 (22:03 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 10 Nov 2016 22:11:23 +0000 (23:11 +0100)
commit588d2375a29bd128ff91b9bd2b7bf659a5f48c1a
tree517bd40247c13101d07e7f9e6d8d9a53ec77a51a
parentb4eee58a5f9dfa493d6cc34b4af871415c67beda
Small fixups of util/process_docs.pl

- the pod path hadn't been changed with the directory layout change
- apparently, pod2html doesn't add ".html" at the end of links, making
  them useless, so we need to fix that

With thanks for the report to Michel <michel.sales@free.fr>

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1896)
util/process_docs.pl