<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 3/10/17 7:44 PM, Eric Fiselier
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAB=TDAW3Vt9haqbvqKu-XASmN7Pi8g0vnDFJOt53vyKios9FQw@mail.gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <div dir="ltr">FYI I reverted this in r297545 because it caused
        the doc to be installed under "/man1" if CMAKE_INSTALL_MANDIR
        isn't defined, and it wasn't defined for me.</div>
    </blockquote>
    <br>
    Sorry about that. Misread the docs... looks like it's supposed to
    be:<br>
    <br>
    ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_MANDIR}/man1<br>
    <br>
    <br>
    Jon<br>
    <br>
    <blockquote
cite="mid:CAB=TDAW3Vt9haqbvqKu-XASmN7Pi8g0vnDFJOt53vyKios9FQw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div><br>
        </div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Fri, Mar 10, 2017 at 2:44 PM,
          Jonathan Roelofs via llvm-commits <span dir="ltr"><<a
              moz-do-not-send="true"
              href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">Author:
            jroelofs<br>
            Date: Fri Mar 10 15:44:16 2017<br>
            New Revision: 297516<br>
            <br>
            URL: <a moz-do-not-send="true"
              href="http://llvm.org/viewvc/llvm-project?rev=297516&view=rev"
              rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project?rev=297516&view=rev</a><br>
            Log:<br>
            Respect CMAKE_INSTALL_MANDIR for sphinx generated manpages<br>
            <br>
            Modified:<br>
                llvm/trunk/cmake/modules/<wbr>AddSphinxTarget.cmake<br>
            <br>
            Modified: llvm/trunk/cmake/modules/<wbr>AddSphinxTarget.cmake<br>
            URL: <a moz-do-not-send="true"
href="http://llvm.org/viewvc/llvm-project/llvm/trunk/cmake/modules/AddSphinxTarget.cmake?rev=297516&r1=297515&r2=297516&view=diff"
              rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project/llvm/trunk/cmake/<wbr>modules/AddSphinxTarget.cmake?<wbr>rev=297516&r1=297515&r2=<wbr>297516&view=diff</a><br>
            ==============================<wbr>==============================<wbr>==================<br>
            --- llvm/trunk/cmake/modules/<wbr>AddSphinxTarget.cmake
            (original)<br>
            +++ llvm/trunk/cmake/modules/<wbr>AddSphinxTarget.cmake Fri
            Mar 10 15:44:16 2017<br>
            @@ -51,7 +51,7 @@ function (add_sphinx_target builder proj<br>
                     # FIXME: We might not ship all the tools that these
            man pages describe<br>
                     install(DIRECTORY "${SPHINX_BUILD_DIR}/" # Slash
            indicates contents of<br>
                             COMPONENT "${project}-sphinx-man"<br>
            -                DESTINATION share/man/man1)<br>
            +                DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)<br>
            <br>
                   elseif (builder STREQUAL html)<br>
                     string(TOUPPER "${project}" project_upper)<br>
            <br>
            <br>
            ______________________________<wbr>_________________<br>
            llvm-commits mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
            <a moz-do-not-send="true"
              href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits"
              rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-commits</a><br>
          </blockquote>
        </div>
        <br>
      </div>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Jon Roelofs
<a class="moz-txt-link-abbreviated" href="mailto:jonathan@codesourcery.com">jonathan@codesourcery.com</a>
CodeSourcery / Mentor Embedded</pre>
  </body>
</html>