On Mon, Nov 09, 2009 at 04:46:09AM +0100, Marco d'Itri wrote: > These are needed to support out of tree builds, but I do not know the > correct way to properly fix the bugs in Makefile.am. > > -- > ciao, > Marco > --- a/extras/gudev/docs/Makefile.in > +++ b/extras/gudev/docs/Makefile.in > @@ -300,6 +300,7 @@ GPATH = $(srcdir) > TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) > > # This includes the standard gtk-doc make rules, copied by gtkdocize. > +srcdir := $(builddir) From my point of view gtk-doc.make is broken by design for people who need to support out-of-tree builds and who don't want to store generated stuff (docs/{tmpl,xml,html}) in the source code repository. I have spent one evening to fix gtk-doc.make for util-linux-ng, see http://git.kernel.org/?p=utils/util-linux-ng/util-linux-ng.git;a=commitdiff;h=e42b25eb1536697ba283772f5452e7495cb4024b;hp=959ac815b67a43f9b5f70a1dc294d2cf3a61fc2c .. it's not perfect, but works for me. Karel -- Karel Zak <kzak@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html