summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am2
-rw-r--r--docs/reference/lasso/Makefile.am2
2 files changed, 1 insertions, 3 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 49c40034..e7265177 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -5,6 +5,6 @@ SUBDIRS = lasso-book
if ENABLE_GTK_DOC
SUBDIRS += reference
else
-DIST_SUBDIRS = reference
+DIST_SUBDIRS = reference lasso-book
endif
diff --git a/docs/reference/lasso/Makefile.am b/docs/reference/lasso/Makefile.am
index 4713c3c7..ac8c5118 100644
--- a/docs/reference/lasso/Makefile.am
+++ b/docs/reference/lasso/Makefile.am
@@ -90,8 +90,6 @@ GTKDOC_LIBS= \
$(top_builddir)/lasso/liblasso.la \
$(LASSO_LIBS)
-EXTRA_DIST =
-
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make