On Wed, May 26, 2010 at 10:03:10PM +0300, Yavor Doganov wrote: > Federico Gimenez Nieto wrote: > > but now the docs are not being generated, why might this be > > happening? > > Give me some time to investigate. 99% gnustep-make related.
The API docs are built, only the manual is not. This is because in 2.4.0 the way subprojects are built was redesigned (introducing GNUSTEP_USE_PARALLEL_AGGREGATE to allow parallel building of subprojects), so make doesn't even recurse into the Documentation directory since it's not present in the SUBPROJECTS variable at the time the makefile is parsed. Just move the aggregate.make include in GNUmakefile.in *after* the doc conditional; that should fix the problem. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org