summaryrefslogtreecommitdiffstats
path: root/web-gui/Makefile.am
blob: 1e81a4a89e71bf3b2b0cb4398b5ee956ab7032d5 (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
26
27
28
29

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