Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
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
Package registry
Model registry
Operate
Environments
Terraform modules
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-common
Commits
1990618e
Commit
1990618e
authored
20 years ago
by
Markus Blatt
Browse files
Options
Downloads
Patches
Plain Diff
make istl-dist now copies documentation tree from dune/doc/istl.
[[Imported from SVN: r1974]]
parent
c6c46b40
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
istl/Makefile.am
+8
-4
8 additions, 4 deletions
istl/Makefile.am
with
8 additions
and
4 deletions
istl/Makefile.am
+
8
−
4
View file @
1990618e
# $Id$
SUBDIRS
=
.
doc
tutorial
test
paamg
SUBDIRS
=
.
tutorial
test
paamg
SOURCES
=
allocator.hh basearray.hh bcrsmatrix.hh bvector.hh gsetc.hh io.hh istlexception.hh istl.hh vbcrsmatrix.hh vbvector.hh ilu.hh operators.hh preconditioners.hh solvers.hh indexset.hh communicator.hh remoteindices.hh mpitraits.hh interface.hh indicessyncer.hh matrixindexset.hh selection.hh
...
...
@@ -10,7 +10,9 @@ istl_HEADERS = $(SOURCES)
## --- istl-only tarball stuff
# which documentation files should be put into special istl-only-tarball
DISTDOCS
=
doc/istl.tex doc/istl.bib doc/istl.ps doc/istl.pdf
DISTDOCS
=
istl.tex istl.bib istl.ps istl.pdf
\
comm
/communication.pdf
comm
/communication.ps
comm
/indexset.cc
\
comm
/reverse.hh
comm
/buildindexset.hh
# same for tutorial
DISTTUT
=
tutorial/example.cc
...
...
@@ -28,11 +30,13 @@ RENAMESTUFF = README.istl-dist tutorial/Makefile.istl-dist
# more or less stolen from automake (a lot simpler though...)
istl-dist
:
(
cd
doc
&&
$(
MAKE
)
)
(
cd
../
doc
&&
$(
MAKE
)
)
if
test
-e
istl
;
then
echo
Please remove
`
pwd
`
/istl!
;
exit
1
;
fi
mkdir
-p
istl
mkdir
-p
istl/dune
cp
--parents
$(
SOURCES
)
$(
DISTDOCS
)
$(
DISTTUT
)
istl
mkdir
-p
istl/doc
cp
--parents
$(
SOURCES
)
$(
DISTTUT
)
istl
(
cd
$(
top_srcdir
)
/doc/istl
&&
cp
--parents
$(
DISTDOCS
)
../../istl/istl/doc
)
(
cd
$(
top_srcdir
)
&&
cp
--parents
$(
DUNESTUFF
)
istl/istl/dune
)
for
NAME
in
$(
RENAMESTUFF
)
;
do
\
cp
$$
NAME istl/
`
dirname
$$
NAME
`
/
`
basename
$$
NAME .istl-dist
`
;
\
...
...
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