From 83b7648b45ebee1564bc06489824eeb800b22ea6 Mon Sep 17 00:00:00 2001
From: Thimo Neubauer <thimo@dune-project.org>
Date: Fri, 22 Apr 2005 18:42:17 +0000
Subject: [PATCH] index.html should be cleaned

[[Imported from SVN: r1927]]
---
 doc/Makefile.am | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 2997ede98..059294308 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -5,9 +5,13 @@ EXTRA_DIST = BuildSystem
 
 SUBDIRS = devel appl doxygen layout
 
-all: index.html
+PAGES = index.html
+
+all: $(PAGES)
 
 # setting like in dune-web
 CURDIR=doc
 
 include $(top_srcdir)/am/webstuff
+
+CLEANFILES = $(PAGES)
-- 
GitLab