From 3d78bc990474a5a91a22f812fd90878de7011ff5 Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Wed, 1 Feb 2012 10:44:17 +0100 Subject: [PATCH 7/8] gtk-doc: Fix build when builddir != srcdir --- glib/reference/Makefile.am | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/glib/reference/Makefile.am b/glib/reference/Makefile.am index 70e6c92..b01192d 100644 --- a/glib/reference/Makefile.am +++ b/glib/reference/Makefile.am @@ -14,11 +14,11 @@ DOC_MODULE=poppler # The top-level SGML file. You can change this if you want to. DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml -# The directory containing the source code. Relative to $(srcdir). -# gtk-doc will search all .c & .h files beneath here for inline comments -# documenting the functions and macros. -# e.g. DOC_SOURCE_DIR=../../../gtk -DOC_SOURCE_DIR=.. +# Directories containing the source code. +# gtk-doc will search all .c and .h files beneath these paths +# for inline comments documenting functions and macros. +# e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk +DOC_SOURCE_DIR=$(top_builddir)/glib $(top_srcdir)/glib # Extra options to pass to gtkdoc-scangobj. Not normally needed. SCANGOBJ_OPTIONS= -- 1.7.7