[LLVMdev] Packaging reST documentation

Justin Holewinski justin.holewinski at gmail.com
Thu Dec 13 07:17:05 PST 2012


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)?


On Thu, Dec 13, 2012 at 8:48 AM, Dmitri Gribenko <gribozavr at gmail.com>wrote:

> Hello,
>
> All LLVM HTML documents have been converted to reST.  This uncovered
> an issue with 'make install', which installs only *.html files and
> completely ignores *.rst (it does not invoke Sphinx to process reST).
>
> In order to unbreak 'make install', I checked in a Dummy.html file in
> r170126 to allow 'make install' to proceed.
>
> We need some way to integrate normal 'make install' with Sphinx so
> that reST documents are processed and packaged.  This will introduce a
> (possibly unwanted) dependency on Sphinx for normal installations,
> that's why I started this discussion.
>
> @Pawel: CC'ing you since we have this issue in 3.2, too.  All *.rst
> files are ignored and not packaged.
>
> Dmitri
>
> --
> main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
> (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>



-- 

Thanks,

Justin Holewinski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121213/9cc4f9eb/attachment.html>


More information about the llvm-dev mailing list