Re: [Development] Making docs being built for every module

2013-06-06 Thread Thiago Macieira
On quinta-feira, 6 de junho de 2013 18.51.44, Oswald Buddenhagen wrote: > On Thu, Jun 06, 2013 at 01:07:06PM -0300, Lisandro Damián Nicanor Pérez Meyer wrote: > > On Thursday 06 June 2013 08:58:53 Thiago Macieira wrote: > > > On quinta-feira, 6 de junho de 2013 17.57.08, Oswald Buddenhagen wrote: >

Re: [Development] Making docs being built for every module

2013-06-06 Thread Lisandro Damián Nicanor Pérez Meyer
On Thursday 06 June 2013 08:58:53 Thiago Macieira wrote: > On quinta-feira, 6 de junho de 2013 17.57.08, Oswald Buddenhagen wrote: > > for the packagers, it would be the best solution to simply include the > > docs directly into the particular source tarballs. we have been doing > > that in ancient

Re: [Development] Making docs being built for every module

2013-06-06 Thread Thiago Macieira
On quinta-feira, 6 de junho de 2013 17.57.08, Oswald Buddenhagen wrote: > for the packagers, it would be the best solution to simply include the > docs directly into the particular source tarballs. we have been doing > that in ancient times. and its consistent with shipping the syncqt'd > headers,

Re: [Development] Making docs being built for every module

2013-06-06 Thread Lisandro Damián Nicanor Pérez Meyer
On Thursday 06 June 2013 08:44:21 Thiago Macieira wrote: [snip] > Can we simply ship a qtdocs tarball with all documentation pre-built? At least in Debian's case, it wouldn't be useful, as we need the sources (preferred way of modification) to build them. Of course, if it helps other people, cou

Re: [Development] Making docs being built for every module

2013-06-06 Thread Lisandro Damián Nicanor Pérez Meyer
On Thursday 06 June 2013 17:38:53 Oswald Buddenhagen wrote: > On Thu, Jun 06, 2013 at 12:25:18PM -0300, Lisandro Damián Nicanor Pérez Meyer wrote: > > Is there a way to tell qtbase to build it's documentation when make is > > called? It would be awesome if this could also be inherited by the other

Re: [Development] Making docs being built for every module

2013-06-06 Thread Thiago Macieira
On quinta-feira, 6 de junho de 2013 17.38.53, Oswald Buddenhagen wrote: > On Thu, Jun 06, 2013 at 12:25:18PM -0300, Lisandro Damián Nicanor Pérez Meyer wrote: > > Is there a way to tell qtbase to build it's documentation when make is > > called? It would be awesome if this could also be inherited b

[Development] Making docs being built for every module

2013-06-06 Thread Lisandro Damián Nicanor Pérez Meyer
Hi! I have seen that many options from qtbase get inherited by other submodules when building them from separate tarballs. Is there a way to tell qtbase to build it's documentation when make is called? It would be awesome if this could also be inherited by the other submodules. Kinds regards, L