changeset 402:31c58e967598

Fixed autoconf stuff related to the manual
author lost@l-w.ca
date Fri, 23 Jul 2010 18:09:57 -0600
parents 62cb50c50976
children 048f2fb5d561
files Makefile.am configure.ac doc/manual/README
diffstat 3 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Fri Jul 23 17:08:57 2010 -0600
+++ b/Makefile.am	Fri Jul 23 18:09:57 2010 -0600
@@ -1,4 +1,4 @@
 ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = lib lwlib lwasm lwlink lwar
-DIST_SUBDIRS = lib lwlib lwasm lwlink lwar
+DIST_SUBDIRS = lib lwlib lwasm lwlink lwar doc
 EXTRA_DIST = m4/gnulib-cache.m4
--- a/configure.ac	Fri Jul 23 17:08:57 2010 -0600
+++ b/configure.ac	Fri Jul 23 18:09:57 2010 -0600
@@ -12,5 +12,6 @@
 	lwasm/Makefile
 	lwlink/Makefile
 	lwar/Makefile
+	doc/Makefile
 ])
 AC_OUTPUT
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/manual/README	Fri Jul 23 18:09:57 2010 -0600
@@ -0,0 +1,3 @@
+This folder contains the manual in various forms which may or may
+not be present unless this is an actual release. Even then, they may
+or may not be present.