aboutsummaryrefslogtreecommitdiffstats
path: root/help/devel/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'help/devel/Makefile.am')
-rw-r--r--help/devel/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/help/devel/Makefile.am b/help/devel/Makefile.am
index 8e8ca1085c..77f9354ba9 100644
--- a/help/devel/Makefile.am
+++ b/help/devel/Makefile.am
@@ -53,6 +53,7 @@ clean-local:
maintainer-clean-local:
cd $(srcdir) && rm -rf html
+if ENABLE_GTK_DOC
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)
(installfiles=`echo $(srcdir)/html/*.html`; \
@@ -68,6 +69,7 @@ install-data-local:
echo '-- Fixing Crossreferences' ; \
gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR)|| true; \
fi)
+endif
dist-hook:
mkdir $(distdir)/html