From c66e873ca11db0c81dac67c4715f81ada5ae435c Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 4 Jun 2010 12:44:35 +0200 Subject: [web-gui] generate top-level index.html Signed-off-by: Michael Olbrich --- web-gui/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'web-gui/Makefile.am') diff --git a/web-gui/Makefile.am b/web-gui/Makefile.am index e0304e9..5cf8e07 100644 --- a/web-gui/Makefile.am +++ b/web-gui/Makefile.am @@ -3,9 +3,20 @@ SUBDIRS = \ hello-world \ calculator +all: index.html + +index.html: index.sh + sh $< $(SUBDIRS) > $@ + clean-local: rm -rf qooxdoo-cache +EXTRA_DIST = \ + index.sh + +CLEANFILES = \ + index.html + MAINTAINERCLEANFILES = \ Makefile.in -- cgit v1.2.3