SUBDIRS = \ $(DEMODIRS) \ login DEMODIRS = \ hello-world \ calculator \ live \ logging \ plot all: index.html index.html: index.sh Makefile sh $< $(DEMODIRS) > $@ clean-local: rm -rf qooxdoo-cache EXTRA_DIST = \ index.sh CLEANFILES = \ index.html MAINTAINERCLEANFILES = \ Makefile.in