From 80a1ea6e6e524f2f49f0fc2d0884b08261bae73b Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 16 Jun 2010 17:55:39 +0200 Subject: [plot] add plot web demo Signed-off-by: Michael Olbrich --- web-gui/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'web-gui/Makefile.am') diff --git a/web-gui/Makefile.am b/web-gui/Makefile.am index 6a38f4b..2f4009a 100644 --- a/web-gui/Makefile.am +++ b/web-gui/Makefile.am @@ -3,11 +3,12 @@ SUBDIRS = \ hello-world \ calculator \ live \ - logging + logging \ + plot all: index.html -index.html: index.sh +index.html: index.sh Makefile sh $< $(SUBDIRS) > $@ clean-local: -- cgit v1.2.3