diff options
author | Colin Walters <walters@verbum.org> | 2011-07-25 16:51:55 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2011-07-27 09:12:16 -0400 |
commit | 349fc37b29c2e2c9d15c6c53c88f4dd108a94945 (patch) | |
tree | c78887c661bbb191216f3474a995c14af1549a97 /docs | |
parent | 6e9ee59fd2a804d96d616d2e97907e974477395c (diff) | |
download | gobject-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).
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 2 |
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= |