Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-istl
Commits
fbd0ab02
Commit
fbd0ab02
authored
19 years ago
by
Christian Engwer
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile.am
+1
-1
1 addition, 1 deletion
Makefile.am
configure.ac
+7
-1
7 additions, 1 deletion
configure.ac
doc/Makefile.am
+0
-3
0 additions, 3 deletions
doc/Makefile.am
with
8 additions
and
5 deletions
Makefile.am
+
1
−
1
View file @
fbd0ab02
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
7
−
1
View file @
fbd0ab02
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
doc/Makefile.am
+
0
−
3
View file @
fbd0ab02
# $Id$
# distribute these files:
EXTRA_DIST
=
Buildsystem
SUBDIRS
=
devel appl doxygen layout istl
if
BUILD_DOCS
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment