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

$(mkdir_p) did not work for me

[[Imported from SVN: r1043]]
parent 83d603cb
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,8 @@ RENAMESTUFF = README.istl-dist tutorial/Makefile.istl-dist
istl-dist:
(cd doc && $(MAKE))
if test -e istl ; then echo Please remove `pwd`/istl!; exit 1; fi
$(mkdir_p) istl
$(mkdir_p) istl/dune
mkdir -p istl
mkdir -p istl/dune
cp --parents $(SOURCES) $(DISTDOCS) $(DISTTUT) istl
(cd $(top_srcdir) && cp --parents $(DUNESTUFF) istl/istl/dune )
for NAME in $(RENAMESTUFF) ; do \
......
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