diff options
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= |