[llvm-commits] [llvm] r169992 - in /llvm/trunk/docs: CMake.rst GarbageCollection.rst MakefileGuide.rst WritingAnLLVMBackend.rst WritingAnLLVMPass.html WritingAnLLVMPass.rst subsystems.rst userguides.rst

Dmitri Gribenko gribozavr at gmail.com
Thu Dec 13 05:39:26 PST 2012


On Thu, Dec 13, 2012 at 3:20 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
> On Thu, Dec 13, 2012 at 2:45 PM, Simon Atanasyan <satanasyan at mips.com> wrote:
>> Hi,
>>
>> On Wed, Dec 12, 2012 at 9:02 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
>>> Author: gribozavr
>>> Date: Wed Dec 12 11:02:44 2012
>>> New Revision: 169992
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=169992&view=rev
>>> Log:
>>> Documentation: convert WritingAnLLVMPass.html to reST.
>>>
>>> Patch by Anthony Mykhailenko with small fixes by me.
>>>
>>> Added:
>>>     llvm/trunk/docs/WritingAnLLVMPass.rst
>>> Removed:
>>>     llvm/trunk/docs/WritingAnLLVMPass.html
>>
>> After that commit "make install" command failed. docs/Makefile
>> contains "install-html" target which is executed as a part of "make
>> install". This target attempts to pack all html files into tar-ball
>> and failed because there are no such files.
>
> Does r170029 fix this for you?

My clean build finished -- no, r170029 doesn't help.  I had some
leftover html files (not checked in) so I could not reproduce.

I have added a Dummy.html file r170126 to allow 'make install' to proceed.

Sorry for the breakage!

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>*/



More information about the llvm-commits mailing list