diff options
| author | Romain Chantereay <rchantereau@entrouvert.com> | 2004-08-06 10:44:35 +0000 |
|---|---|---|
| committer | Romain Chantereay <rchantereau@entrouvert.com> | 2004-08-06 10:44:35 +0000 |
| commit | 35b1886eb5939e6161a916f8a86e4f1f8efd2dfd (patch) | |
| tree | 25edeb214c9b51e80bd1c9876e0bb89d85adfebd | |
| parent | ca4d40238480116467c5d4388482b1cbb548ae4b (diff) | |
Added missing dist docs.
| -rw-r--r-- | configure.ac | 1 | ||||
| -rw-r--r-- | docs/Makefile.am | 2 | ||||
| -rw-r--r-- | docs/reference/Makefile.am | 3 |
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. |
