<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 10/10/2016 08:30 AM, Ken Goldman wrote:<br>
    <blockquote cite="mid:ntg55h$2gb$1@blaine.gmane.org" type="cite">On
      10/6/2016 10:11 AM, Matt Caswell wrote:
      <br>
      <blockquote type="cite">make install_html_docs
        <br>
      </blockquote>
      <br>
      That somewhat worked.
      <br>
      <br>
      1 - I get 100's of errors of the form
      <br>
      <br>
      /usr/bin/pod2html: -: cannot resolve L<SSL_get_error(3)> in
      paragraph 11.
      <br>
      <br>
    </blockquote>
    <br>
    Trying the install locally, at least some of these are "well-known",
    resulting from links that cross the boundaries amongst apps/,
    crypto/, and ssl/ -- doc/apps/errstr.pod links to
    SSL_load_error_strings as the first "cannot resolve" error I see.  I
    forget why this is not trivial to fix, though.<br>
    <br>
    <blockquote cite="mid:ntg55h$2gb$1@blaine.gmane.org" type="cite">2 -
      The links, typically in "SEE ALSO" are not links.
      <br>
      <br>
    </blockquote>
    <br>
    Maybe you should post some of the generated HTML?<br>
    <br>
    To reuse my errstr example, errstr.html has a SEE ALSO that is:<br>
    <br>
    <blockquote type="cite"><h1 id="SEE-ALSO">SEE ALSO</h1><br>
      <br>
      <p><a href="../../crypto/err.html">err</a>,
      <a
href="../../crypto/ERR_load_crypto_strings.html">ERR_load_crypto_strings</a>,
      <a>SSL_load_error_strings</a></p><br>
      <br>
    </blockquote>
    <br>
    which clearly has HTML links, except for the aforementioned
    SSL_load_error_strings.<br>
    <br>
    <blockquote cite="mid:ntg55h$2gb$1@blaine.gmane.org" type="cite">3 -
      The back navigation at the bottom of the page is missing.
      <br>
      <br>
      I suspect that these are all related, probably to some
      configuration option that's missing.
      <br>
      <br>
      <br>
    </blockquote>
    <br>
    Looking at
    <a class="moz-txt-link-freetext" href="view-source:https://www.openssl.org/docs/manmaster/apps/errstr.html">view-source:https://www.openssl.org/docs/manmaster/apps/errstr.html</a>
    , the "You are here" hierarchy is in a <footer>, which seems
    to not be referenced by anything in the openssl.git tree.  However,
    if we look in git://git.openssl.org/openssl-web.git, there is a
    bin/mk-manpages script that inserts precisely that footer.  So I
    would suggest you look in the openssl-web repo if you are attempting
    to precisely reproduce the openssl.org website and/or its manpages.<br>
    <br>
    -Ben<br>
  </body>
</html>