summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-07-25 16:51:55 -0400
committerColin Walters <walters@verbum.org>2011-07-27 09:12:16 -0400
commit349fc37b29c2e2c9d15c6c53c88f4dd108a94945 (patch)
treec78887c661bbb191216f3474a995c14af1549a97
parent6e9ee59fd2a804d96d616d2e97907e974477395c (diff)
downloadgobject-introspection-349fc37b29c2e2c9d15c6c53c88f4dd108a94945.tar.gz
build: Fix gtk-doc srcdir != builddir
gtk-doc apparently lies about the path being relative...fix it by just using $(srcdir).
-rw-r--r--docs/reference/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index f6456043..19c9affa 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -7,7 +7,7 @@ DOC_MODULE=gi
DOC_MAIN_SGML_FILE=gi-docs.sgml
# The directory containing the source code. Relative to $(srcdir)
-DOC_SOURCE_DIR=../../girepository
+DOC_SOURCE_DIR=$(top_srcdir)/girepository
# Extra options to supply to gtkdoc-scan
SCAN_OPTIONS=