summaryrefslogtreecommitdiff
path: root/docs/reference/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/Makefile.am')
-rw-r--r--docs/reference/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index d99b6b18..ea36b587 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -29,10 +29,11 @@ GTKDOC_LIBS = $(GIREPO_LIBS) $(top_builddir)/girepository/libgirepository-1.0.la
FIXXREF_OPTIONS=
# include common portion ...
+if ENABLE_GTK_DOC
include $(top_srcdir)/gtk-doc.make
-
# Other files to distribute
EXTRA_DIST += version.xml.in
+endif
########################################################################