summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-07-23 09:20:11 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-07-23 09:20:11 +0000
commit9deaf09d2a89136d54414c9c1cdf590832596a78 (patch)
tree7a01b84023386e764184e49eb4f40b4eb99058f4
parentd601caf152a8d0bc24fbdb6dfe9ab3d2f935e6d7 (diff)
added docs/tutorial/ to directories handled by automake
-rw-r--r--configure.ac1
-rw-r--r--docs/Makefile.am3
2 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 998fe1a9..ef80fead 100644
--- a/configure.ac
+++ b/configure.ac
@@ -278,6 +278,7 @@ lasso/protocols/elements/Makefile
lasso/environs/Makefile
docs/Makefile
docs/reference/Makefile
+docs/tutorial/Makefile
python/Makefile
python/doc/Makefile
python/doc/tutorial/Makefile
diff --git a/docs/Makefile.am b/docs/Makefile.am
index e539c080..df375d55 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,3 +1,4 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = reference
+SUBDIRS = reference tutorial
+