summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
-rw-r--r--docs/Makefile.am2
-rw-r--r--docs/reference/Makefile.am3
3 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3af20ccc..4d2726e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -532,6 +532,7 @@ lasso/environs/Makefile
docs/Makefile
docs/reference/Makefile
docs/tutorial/Makefile
+docs/lasso-book/Makefile
python/Makefile
python/doc/Makefile
python/doc/tutorial/Makefile
diff --git a/docs/Makefile.am b/docs/Makefile.am
index df375d55..a81eda5b 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,4 +1,4 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = reference tutorial
+SUBDIRS = lasso-book reference tutorial
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index d413b96b..e61596cb 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -6,6 +6,9 @@ SOURCE_DIR=$(TOP)/lasso
INCLUDE_DIR=$(TOP)/lasso
EXTRA_DIST = \
+ lasso-sections.txt \
+ lasso.sgml \
+ lasso.types \
$(NULL)
# Extra options to pass to gtkdoc-scangobj.