Skip to content
Snippets Groups Projects
Commit d8e2913f authored by Oliver Sander's avatar Oliver Sander
Browse files

bugfix: dune modules do not contain a file 'autogen.sh'

[[Imported from SVN: r5493]]
parent 00e8b8bf
Branches master
No related tags found
No related merge requests found
......@@ -137,7 +137,6 @@ ls -l dune-foo/
should produce something like
\begin{lstlisting}[language=make]
autogen.sh
configure.ac
dune.module
dune-foo.cc
......@@ -221,10 +220,7 @@ Of course we will have to edit those copies later on. But let's take a
look at the structure of our project now.
\begin{lstlisting}[language=make]
dune-common/
dune-grid/
dune-foo/
-> autogen.sh
-> configure.ac
-> doc/
-> doxygen/
......
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