Skip to content
Snippets Groups Projects
Commit fbd0ab02 authored by Christian Engwer's avatar Christian Engwer
Browse files

updated Makesystem:

- include disc tree in tarball
- fixed doc/Makefile

[[Imported from SVN: r319]]
parent b1712525
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
# $Id$
# distribute these files:
EXTRA_DIST = Buildsystem
SUBDIRS = devel appl doxygen layout istl
if BUILD_DOCS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment