AAC/ALAC: Fix display of ReplayGain values (e.g., in the ID3 Info screen).
[Rockbox.git] / www / Makefile
blob6bda6917ee5d6ef2c8befc108443428e61fe843f
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
7 OBJS := $(SRC:%.t=%.html) $(SOBJS)
9 .SUFFIXES: .t .html
11 %.html : %.t
12 $(ACTION) $<
14 %.shtml : %.t
15 $(ACTION) $<
17 all: $(OBJS) head.tmpl
18 @(cd schematics; $(MAKE))
19 @(cd docs; $(MAKE))
20 @(cd mods; $(MAKE))
21 @(cd internals; $(MAKE))
22 @(cd irc; $(MAKE))
23 @(cd devcon; $(MAKE))
24 @(cd sh-win; $(MAKE))
25 @(cd download; $(MAKE))
26 @(cd manual; $(MAKE))
27 @(cd manual-1.2; $(MAKE))
28 @(cd fonts; $(MAKE))
29 @(cd lang; $(MAKE))
30 @(cd tshirt-contest; $(MAKE))
31 @(cd screenshots; $(MAKE))
32 @(cd digest; $(MAKE))
33 @(cd playerhistory; $(MAKE))
34 @(cd devcon2006; $(MAKE))
35 @(cd doom; $(MAKE))
37 head.tmpl: head.t
38 $(ACTION) -DTWIKI $<
40 main.html: main.t activity.html
42 main.shtml: main.t activity.html
44 index.shtml: main.shtml
45 ln -s main.shtml index.shtml
47 daily.shtml: daily.t
49 cvs.shtml: daily.t
51 since25.html:
52 ln -s /home/dast/daniel_html/rockbox/since25.html since25.html
54 clean:
55 find . -name "*html" | xargs rm