summaryrefslogtreecommitdiff
path: root/src/htdocs/releases/gstreamer/Makefile.am
blob: 84524493d4cc049ff7b15a8de36cb4552e6bb1ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
releases = 1.4.4 1.4.4 1.4.3 1.4.2 1.4.1 1.4.1 1.4.0 1.3.91 1.3.90 1.3.90 1.3.90 1.3.3 1.3.2 1.3.2 1.3.1 1.2.4 1.2.4 1.2.3 1.2.2 1.2.2 1.2.1 1.2.1 1.2.1 1.2.1 1.2.0 1.1.90 1.1.90 1.0.10 1.1.4 1.1.4 1.0.9 1.1.3 1.0.8 1.1.2 1.1.1 1.1.1 1.1.1 1.0.7 1.0.6 1.0.5 1.0.5 1.0.4 1.0.3 1.0.2 1.0.2 1.0.1 0.11.92 0.11.91 0.11.90 0.11.3 0.10.36 0.11.2 0.11.1 0.11.0 0.10.35 0.10.34 0.10.33 0.10.32 0.10.31 0.10.30 0.10.29 0.10.28 0.10.27 0.10.26 0.10.25 0.10.24 0.10.23 0.10.22 0.10.21 0.10.20 0.10.19 0.10.18 0.10.17 0.10.16 0.10.15 0.10.14 0.10.13 0.10.12 0.10.11 0.10.10 0.10.9 0.10.8 0.10.7 0.10.6 0.10.5 0.10.4 0.10.3 0.10.2 0.10.1 0.10.0 0.9.7 0.9.6 0.9.5 \
	0.6.5 \
	0.7.3 0.7.4 0.7.5 0.7.6 \
	0.8.0 0.8.1 0.8.2 0.8.3 0.8.4 0.8.5 0.8.6 0.8.7 0.8.8 0.8.9 \
	0.8.10 0.8.11 0.8.12 \
	0.9.1 0.9.2 0.9.3 0.9.4

built_pages = \
        $(releases) \
        $(releases:=.html)

style = ../releases.xsl

$(built_pages): $(style) ../text.xsl

%: %.xml
	xsltproc -o $@ $(srcdir)/../text.xsl $<

include $(top_srcdir)/html.make