summaryrefslogtreecommitdiffstats
path: root/web-gui/Makefile.am
blob: 2f4009ac7a70b3bd1b5474313eb5eda54dbf0e84 (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
25

SUBDIRS = \
	hello-world \
	calculator \
	live \
	logging \
	plot

all: index.html

index.html: index.sh Makefile
	sh $< $(SUBDIRS) > $@

clean-local:
	rm -rf qooxdoo-cache

EXTRA_DIST = \
	index.sh

CLEANFILES = \
	index.html

MAINTAINERCLEANFILES = \
	Makefile.in