Added note about 2.5 being Archos only
[kugel-rb.git] / www / Makefile
blob49350c99ab05ce9be85d125b04d07b23aafbf1ca
1 ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@
3 SRC := $(wildcard *.t)
4 SOBJS := daily.shtml main.shtml index.shtml status.shtml \
5 bugs.shtml requests.shtml patches.shtml cvs.shtml
6 OBJS := $(SRC:%.t=%.html) $(SOBJS)
8 .SUFFIXES: .t .html
10 %.html : %.t
11 $(ACTION) $<
13 %.shtml : %.t
14 $(ACTION) $<
16 all: $(OBJS) head.tmpl
17 @(cd schematics; $(MAKE))
18 @(cd docs; $(MAKE))
19 @(cd mods; $(MAKE))
20 @(cd internals; $(MAKE))
21 @(cd irc; $(MAKE))
22 @(cd devcon; $(MAKE))
23 @(cd sh-win; $(MAKE))
24 @(cd download; $(MAKE))
25 @(cd manual; $(MAKE))
26 @(cd manual-1.2; $(MAKE))
27 @(cd fonts; $(MAKE))
28 @(cd lang; $(MAKE))
29 @(cd tshirt-contest; $(MAKE))
30 @(cd screenshots; $(MAKE))
31 @(cd digest; $(MAKE))
32 @(cd playerhistory; $(MAKE))
33 @(cd devcon2006; $(MAKE))
34 @(cd doom; $(MAKE))
36 head.tmpl: head.t
37 $(ACTION) -DTWIKI $<
39 main.html: main.t activity.html
41 main.shtml: main.t activity.html
43 index.shtml: main.shtml
44 ln -s main.shtml index.shtml
46 daily.shtml: daily.t
48 cvs.shtml: daily.t
50 since25.html:
51 ln -s /home/dast/daniel_html/rockbox/since25.html since25.html
53 clean:
54 find . -name "*html" | xargs rm