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

[Merge][CMake] Merged revisions : 7126

Revision  r7126
.----------------------
added missing whitespace after CMakeLists.txt
.----------------------


[[Imported from SVN: r7353]]
parents be3fd526 2a25b2c5
No related branches found
No related tags found
No related merge requests found
# $Id$
# we need the module file to be able to build via dunecontrol
EXTRA_DIST= CMakeLists.txtdune.module
EXTRA_DIST= CMakeLists.txt dune.module
# don't follow the full GNU-standard
# need automake >= 1.5
......
......@@ -8,7 +8,7 @@ BASEDIR=../..
docdir=$(datadir)/doc/dune-common/buildsystem
if BUILD_DOCS
DOCFILES=buildsystem.pdf
EXTRA_DIST= CMakeLists.txt$(DOCFILES)
EXTRA_DIST= CMakeLists.txt $(DOCFILES)
EXTRAINSTALL=$(DOCFILES)
endif
......
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