From d8e2913f35577a208ac46af52ad32900b6a51ced Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@dune-project.org>
Date: Thu, 2 Apr 2009 08:28:55 +0000
Subject: [PATCH] bugfix: dune modules do not contain a file 'autogen.sh'

[[Imported from SVN: r5493]]
---
 doc/buildsystem/buildsystem.tex | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/doc/buildsystem/buildsystem.tex b/doc/buildsystem/buildsystem.tex
index 5ccd2af93..efc8a850b 100644
--- a/doc/buildsystem/buildsystem.tex
+++ b/doc/buildsystem/buildsystem.tex
@@ -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/
-- 
GitLab