From fbd0ab029be9cb7d1d3a44d861647ee79d6edc2d Mon Sep 17 00:00:00 2001
From: Christian Engwer <christi@dune-project.org>
Date: Wed, 21 Sep 2005 09:20:41 +0000
Subject: [PATCH] updated Makesystem: - include disc tree in tarball - fixed
 doc/Makefile

[[Imported from SVN: r319]]
---
 Makefile.am     | 2 +-
 configure.ac    | 8 +++++++-
 doc/Makefile.am | 3 ---
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index fd722a064..e43df7c4e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@
 # need automake >= 1.5
 AUTOMAKE_OPTIONS = foreign 1.5
 
-SUBDIRS = common fem grid operator quadrature solver io istl lib doc bin m4 am
+SUBDIRS = common fem disc grid operator quadrature solver io istl lib doc bin m4 am
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = dune.pc
diff --git a/configure.ac b/configure.ac
index 6d1f6df31..028a8668a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -150,7 +150,13 @@ echo
 AC_CONFIG_FILES([Makefile
 	 bin/Makefile
 	 common/Makefile
-         common/test/Makefile
+	 common/test/Makefile
+	 disc/Makefile
+	 disc/functions/Makefile
+	 disc/groundwater/Makefile
+	 disc/operators/Makefile
+	 disc/shapefunctions/Makefile
+	 disc/shapefunctions/lagrange/Makefile
          fem/Makefile
          fem/common/Makefile
          fem/dgspace/Makefile
diff --git a/doc/Makefile.am b/doc/Makefile.am
index aa494e169..564f138f1 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,8 +1,5 @@
 # $Id$
 
-# distribute these files:
-EXTRA_DIST = Buildsystem
-
 SUBDIRS = devel appl doxygen layout istl
 
 if BUILD_DOCS
-- 
GitLab