[Development] Bootstrapping QDoc

2013-04-23 Thread Sze Howe Koh
Hello, Not too long ago, I was able to compile Qt's HTML documentation by simply running 'configure' followed by 'make html_docs'. It was really easy and really fast, as I didn't have to build an entire git repo first. That's not the case anymore -- calling 'make html_docs' after 'configure' led

Re: [Development] Bootstrapping QDoc

2013-04-23 Thread Thiago Macieira
On terça-feira, 23 de abril de 2013 23.30.42, Sze Howe Koh wrote: That's not the case anymore -- calling 'make html_docs' after 'configure' led to an attempt to run qdoc.exe, which did not yet exist. I'm guessing it's because QDoc is no longer bootstrapped

Re: [Development] Bootstrapping QDoc

2013-04-23 Thread Oswald Buddenhagen
On Tue, Apr 23, 2013 at 11:30:42PM +0800, Sze Howe Koh wrote: Not too long ago, I was able to compile Qt's HTML documentation by simply running 'configure' followed by 'make html_docs'. i find that hard to believe, because configure never built qdoc. That's not the case anymore -- calling

Re: [Development] Bootstrapping QDoc

2013-04-23 Thread Thiago Macieira
On terça-feira, 23 de abril de 2013 18.09.58, Oswald Buddenhagen wrote: Not too long ago, I was able to compile Qt's HTML documentation by simply running 'configure' followed by 'make html_docs'. i find that hard to believe, because configure never built qdoc. It wasn't configure.

Re: [Development] Bootstrapping QDoc

2013-04-23 Thread Oswald Buddenhagen
On Tue, Apr 23, 2013 at 09:12:39AM -0700, Thiago Macieira wrote: On terça-feira, 23 de abril de 2013 18.09.58, Oswald Buddenhagen wrote: Not too long ago, I was able to compile Qt's HTML documentation by simply running 'configure' followed by 'make html_docs'. i find that hard