summaryrefslogtreecommitdiffstats
path: root/web-gui/Makefile.am
blob: 6a38f4b4183ee94f891f1f8a669abf1ef95b9b02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

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