SUBDIRS = \ hello-world \ calculator \ live \ logging 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