On Jun 13, 2008, at 12:41 PM, Tanya M. Lattner wrote:> >>> Docs are generated/updated once a day (2am I think). >>> >>> -Tanya >> >> Sorry, I need more help with this. Today I do not see any propagated >> changes in the repository, nor on the web page? > > I'm not sure what you you mean by propogated changes in the > repository.OK, I had an llvmgcc.html (etc.) in my checkout, which I thought was checked out from the repository (certainly it is none of my doing). But I see it is not in there, so I just didn't understand how this works.> For the website, can you check again? There was a permissions issues > on > something that might have been the problem. I fixed that.Nope. It is certainly possible my change wasn't right and would not go through the conversion programs...
> > OK, I had an llvmgcc.html (etc.) in my checkout, which I thought was > checked out from the repository (certainly it is none of my doing). > But I see it is not in there, so I just didn't understand how this > works. > >> For the website, can you check again? There was a permissions issues >> on >> something that might have been the problem. I fixed that. > > Nope. > It is certainly possible my change wasn't right and would not go > through the conversion programs... >Ok. So for future reference you can always just build the docs to verify this yourself. The webserver does a "make BUILD_FOR_WEBSITE=1" in the docs dir. Some links might be broken because thats specific to the llvm site, but you can see the new pod or html files. At any rate, I think all the html files were regenerated now. http://llvm.org/cmds/llvmgcc.html -Tanya> > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
On Jun 13, 2008, at 2:32 PM, Tanya Lattner wrote:> >> >> OK, I had an llvmgcc.html (etc.) in my checkout, which I thought was >> checked out from the repository (certainly it is none of my doing). >> But I see it is not in there, so I just didn't understand how this >> works. >> >>> For the website, can you check again? There was a permissions issues >>> on >>> something that might have been the problem. I fixed that. >> >> Nope. >> It is certainly possible my change wasn't right and would not go >> through the conversion programs... >> > > Ok. So for future reference you can always just build the docs to > verify this yourself. The webserver does a "make BUILD_FOR_WEBSITE=1" > in the docs dir. Some links might be broken because thats specific to > the llvm site, but you can see the new pod or html files. > > At any rate, I think all the html files were regenerated now. > http://llvm.org/cmds/llvmgcc.htmlYes, thanks!