Why not just conditionally process and install the Sphinx files if sphinx-build is found, and not install the documentation if sphinx-build is not found (perhaps with a warning after configuring)?<div class="gmail_extra"><br>
<br><div class="gmail_quote">On Thu, Dec 13, 2012 at 8:48 AM, Dmitri Gribenko <span dir="ltr"><<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
All LLVM HTML documents have been converted to reST.  This uncovered<br>
an issue with 'make install', which installs only *.html files and<br>
completely ignores *.rst (it does not invoke Sphinx to process reST).<br>
<br>
In order to unbreak 'make install', I checked in a Dummy.html file in<br>
r170126 to allow 'make install' to proceed.<br>
<br>
We need some way to integrate normal 'make install' with Sphinx so<br>
that reST documents are processed and packaged.  This will introduce a<br>
(possibly unwanted) dependency on Sphinx for normal installations,<br>
that's why I started this discussion.<br>
<br>
@Pawel: CC'ing you since we have this issue in 3.2, too.  All *.rst<br>
files are ignored and not packaged.<br>
<span class="HOEnZb"><font color="#888888"><br>
Dmitri<br>
<br>
--<br>
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if<br>
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <<a href="mailto:gribozavr@gmail.com">gribozavr@gmail.com</a>>*/<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><br><div>Thanks,</div><div><br></div><div>Justin Holewinski</div><br>
</div>