[llvm-commits] [llvm] r169992 - in /llvm/trunk/docs: CMake.rst GarbageCollection.rst MakefileGuide.rst WritingAnLLVMBackend.rst WritingAnLLVMPass.html WritingAnLLVMPass.rst subsystems.rst userguides.rst
Simon Atanasyan
satanasyan at mips.com
Thu Dec 13 04:45:36 PST 2012
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.
--
Simon
More information about the llvm-commits
mailing list