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

SUBDIRS = \
	hello-world \
	calculator \
	live

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