summaryrefslogtreecommitdiff
path: root/docs/gudev/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'docs/gudev/Makefile.am')
-rw-r--r--docs/gudev/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/gudev/Makefile.am b/docs/gudev/Makefile.am
index 57334b6ddc..e0039e7606 100644
--- a/docs/gudev/Makefile.am
+++ b/docs/gudev/Makefile.am
@@ -94,8 +94,11 @@ GTKDOC_LIBS = \
$(GLIB_LIBS) \
$(top_builddir)/libgudev-1.0.la
+if ENABLE_GTK_DOC
+EXTRA_DIST=
+
# This includes the standard gtk-doc make rules, copied by gtkdocize.
-include $(top_srcdir)/docs/gtk-doc.make
+-include $(top_srcdir)/docs/gtk-doc.make
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
@@ -107,7 +110,6 @@ EXTRA_DIST += version.xml.in
#DISTCLEANFILES +=
# Comment this out if you want your docs-status tested during 'make check'
-if ENABLE_GTK_DOC
TESTS_ENVIRONMENT = cd $(top_srcdir)
TESTS = $(GTKDOC_CHECK)
endif