summaryrefslogtreecommitdiff
path: root/src/htdocs/Makefile.am
blob: 51d2e4dffbaa5301673f43ec463aa981d465633e (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 = apps bindings dev download images \
	lists modules news releases conference \
	features projects \
	planet artwork security

built_pages = index.html
index_style = index.xsl
css = gstreamer.css

index.html: $(srcdir)/news/news.xml

media pkg src:
	ln -sf ../data/$@ .
data:
	ln -sf ../data .

robots.txt: $(top_srcdir)/copy/robots.txt
	cp $(top_srcdir)/copy/robots.txt $@

toplevel-htaccess: $(top_srcdir)/copy/dot-htaccess
	cp $(top_srcdir)/copy/dot-htaccess .htaccess

all-local: media pkg src data robots.txt toplevel-htaccess

include $(top_srcdir)/html.make