summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2017-12-08 15:52:08 -0600
committerFederico Mena Quintero <federico@gnome.org>2017-12-08 15:56:58 -0600
commitc6540063264b2a1012486327c55eaeb9bdf4a220 (patch)
treea3185cc296c47981f7830552d9395c0e2cb6b90c /doc/Makefile.am
parent4262b205027ff5cc7a5a0b66d578dc9f9ed02215 (diff)
downloadlibrsvg-c6540063264b2a1012486327c55eaeb9bdf4a220.tar.gz
Fix the source path in doc/Makefile.am
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 1aca98b3..4620dcfd 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -20,7 +20,7 @@ DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml
# 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 = ..
+DOC_SOURCE_DIR = $(abs_top_srcdir)
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
SCANGOBJ_OPTIONS = --type-init-func="g_type_init ()"