GNOME Bugzilla – Bug 521784
gtkdoc-check does not work for out of source builds
Last modified: 2008-03-20 12:50:34 UTC
gtkdoc still does the hack that makes srcdir writable. This causes gtkdoc-check to fails as it does not find the files. First we should probably just exit, if the files are not found and not fail. We could also grep the Makefile for the $srcdir, as we are doing this already anyway.
Isn't this also covered in bug 485806? (dup?) Is this what makes "make check" fail in 1.10?
*** This bug has been marked as a duplicate of 485806 ***