summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/reference/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index bd1307bd..a573fdf4 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -44,7 +44,6 @@ HTML_IMAGES = \
FIXXREF_OPTIONS=
# include common portion ...
-if ENABLE_GTK_DOC
include $(top_srcdir)/gtk-doc.make
# Other files to distribute
EXTRA_DIST += version.xml.in
@@ -53,7 +52,6 @@ gtk-docs-clean:
rm -fr html tmpl xml
clean-local: gtk-docs-clean
-endif
########################################################################