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 +++++++++++ web-gui/index.sh | 25 +++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100755 web-gui/index.sh (limited to 'web-gui') 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 diff --git a/web-gui/index.sh b/web-gui/index.sh new file mode 100755 index 0000000..6a9622c --- /dev/null +++ b/web-gui/index.sh @@ -0,0 +1,25 @@ +#!/bin/sh + + +cat << EOF + + + + + JSON-D-BUS-Bridge Examples + + +

JSON-D-BUS-Bridge Examples

+ + + +EOF + -- cgit v1.2.3