# HG changeset patch # User lost@l-w.ca # Date 1279927846 21600 # Node ID ec09e78b21b15f47fe4e73264bd25b974e209408 # Parent 7987ee447833db45ffa18f9efee53c9ad672e1cd Fixed inclusion of documentation in make dist diff -r 7987ee447833 -r ec09e78b21b1 Makefile.am --- a/Makefile.am Fri Jul 23 17:18:52 2010 -0600 +++ b/Makefile.am Fri Jul 23 17:30:46 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 diff -r 7987ee447833 -r ec09e78b21b1 Makefile.in --- a/Makefile.in Fri Jul 23 17:18:52 2010 -0600 +++ b/Makefile.in Fri Jul 23 17:30:46 2010 -0600 @@ -618,7 +618,7 @@ top_srcdir = @top_srcdir@ 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 all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive diff -r 7987ee447833 -r ec09e78b21b1 configure --- a/configure Fri Jul 23 17:18:52 2010 -0600 +++ b/configure Fri Jul 23 17:30:46 2010 -0600 @@ -10744,7 +10744,7 @@ ac_config_headers="$ac_config_headers config.h" -ac_config_files="$ac_config_files Makefile lib/Makefile lwlib/Makefile lwasm/Makefile lwlink/Makefile lwar/Makefile" +ac_config_files="$ac_config_files Makefile lib/Makefile lwlib/Makefile lwasm/Makefile lwlink/Makefile lwar/Makefile doc/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -11500,6 +11500,7 @@ "lwasm/Makefile") CONFIG_FILES="$CONFIG_FILES lwasm/Makefile" ;; "lwlink/Makefile") CONFIG_FILES="$CONFIG_FILES lwlink/Makefile" ;; "lwar/Makefile") CONFIG_FILES="$CONFIG_FILES lwar/Makefile" ;; + "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac diff -r 7987ee447833 -r ec09e78b21b1 configure.ac --- a/configure.ac Fri Jul 23 17:18:52 2010 -0600 +++ b/configure.ac Fri Jul 23 17:30:46 2010 -0600 @@ -12,5 +12,6 @@ lwasm/Makefile lwlink/Makefile lwar/Makefile + doc/Makefile ]) AC_OUTPUT