Skip to content
Snippets Groups Projects
Commit 632edf02 authored by Markus Blatt's avatar Markus Blatt
Browse files

Fixed EXTRA_DIST mixup.

[[Imported from SVN: r1892]]
parent ed468eed
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,8 @@ if BUILD_DOCS
DOCFILES = istl.pdf
EXTRA_DIST = CMakeLists.txt $(DOCFILES)
EXTRAINSTALL = $(DOCFILES)
else
EXTRA_DIST = CMakeLists.txt
endif
# setting like in dune-web
......
......@@ -2,8 +2,6 @@
SUBDIRS = figures
EXTRA_DIST = CMakeLists.txt
MPIPROGRAMS = indexset poosc08 poosc08_test
# programs just to build when "make check" is used
......@@ -13,8 +11,10 @@ TESTS = $(MPIPROGRAMS)
if BUILD_DOCS
DOCFILES = communication.pdf
EXTRA_DIST = ${EXTRA_DIST} $(DOCFILES)
EXTRA_DIST = CMakeLists.txt $(DOCFILES)
EXTRAINSTALL = $(DOCFILES)
else
EXTRA_DIST = CMakeLists.txt
endif
# setting like in dune-web
......
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