[llvm-commits] [PATCH] Convert SourceLevelDebugging.html to reST
Eli Bendersky
eliben at google.com
Wed Nov 21 11:24:29 PST 2012
Applying this:
$ patch -p0 < convert-SourceLevelDebugging-to-rst-v1.patch
patching file docs/SourceLevelDebugging.rst
patching file docs/SourceLevelDebugging.html
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n] y
Hunk #1 FAILED at 1.
File docs/SourceLevelDebugging.html is not empty after patch, as expected
1 out of 1 hunk FAILED -- saving rejects to file
docs/SourceLevelDebugging.html.rej
Am I applying the patch incorrectly?
Then, when I run in docs:
$ make -f Makefile.sphinx
I get this warning
... docs/SourceLevelDebugging.rst:: WARNING: document isn't included
in any toctree
Eli
On Wed, Nov 21, 2012 at 11:09 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
> Hello,
>
> The attached patch converts SourceLevelDebugging.html to reST. Please review!
>
> Thanks in advance,
> 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-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
More information about the llvm-commits
mailing list