diff options
Diffstat (limited to 'doc/devel/Makefile.am')
-rw-r--r-- | doc/devel/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/devel/Makefile.am b/doc/devel/Makefile.am index 8e8ca1085c..77f9354ba9 100644 --- a/doc/devel/Makefile.am +++ b/doc/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 |