[llvm-commits] [llvm] r169105 - /llvm/trunk/docs/Makefile.sphinx
Justin Holewinski
justin.holewinski at gmail.com
Sat Dec 1 18:51:00 PST 2012
I committed a fix in r169106. docs/ seems to be back up now.
On Sat, Dec 1, 2012 at 9:18 PM, Justin Holewinski <
justin.holewinski at gmail.com> wrote:
> I think something may be wrong with the documentation build. I just tried
> to access http://llvm.org/docs and I get a version of the Kaleidoscope
> tutorial instead of the Sphinx main page.
>
>
> On Sat, Dec 1, 2012 at 5:21 PM, Eli Bendersky <eliben at google.com> wrote:
>
>> Author: eliben
>> Date: Sat Dec 1 16:21:04 2012
>> New Revision: 169105
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=169105&view=rev
>> Log:
>> Another fix attempt to Makefile.sphinx - copy the PNGs from tutorial/ as
>> well,
>> and recursive copying is not required for the tutorial/ directory.
>>
>> Modified:
>> llvm/trunk/docs/Makefile.sphinx
>>
>> Modified: llvm/trunk/docs/Makefile.sphinx
>> URL:
>> http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Makefile.sphinx?rev=169105&r1=169104&r2=169105&view=diff
>>
>> ==============================================================================
>> --- llvm/trunk/docs/Makefile.sphinx (original)
>> +++ llvm/trunk/docs/Makefile.sphinx Sat Dec 1 16:21:04 2012
>> @@ -49,7 +49,8 @@
>> @# FIXME: Remove this `cp` once HTML->Sphinx transition is
>> completed.
>> @# Kind of a hack, but HTML-formatted docs are on the way out
>> anyway.
>> @echo "Copying legacy HTML-formatted docs into $(BUILDDIR)/html"
>> - @cp -a *.html tutorial/*.html $(BUILDDIR)/html
>> + @cp -a *.html $(BUILDDIR)/html
>> + @cp tutorial/*.html tutorial/*.png $(BUILDDIR)/html
>> @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
>>
>> dirhtml:
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>
>
>
>
> --
>
> Thanks,
>
> Justin Holewinski
>
>
--
Thanks,
Justin Holewinski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121201/e08540fe/attachment.html>
More information about the llvm-commits
mailing list