summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2006-03-17 22:51:33 +0000
committerBjörn Stenberg <bjorn@haxx.se>2006-03-17 22:51:33 +0000
commit85c74a52c58fdcea458ea9028b501c24d5f11125 (patch)
treebe6ccd3a92c4a7f259aeaa82d4c2cd210a6273a7 /www/Makefile
parent44769c236dc0cdb365972395ce9fe6c3b8441195 (diff)
downloadrockbox-85c74a52c58fdcea458ea9028b501c24d5f11125.tar.gz
rockbox-85c74a52c58fdcea458ea9028b501c24d5f11125.zip
Added since25, doom & devcon2006
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9083 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile
index 8c0521fcc1..49350c99ab 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2,7 +2,7 @@ ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -
2 2
3SRC := $(wildcard *.t) 3SRC := $(wildcard *.t)
4SOBJS := daily.shtml main.shtml index.shtml status.shtml \ 4SOBJS := daily.shtml main.shtml index.shtml status.shtml \
5 bugs.shtml requests.shtml patches.shtml 5 bugs.shtml requests.shtml patches.shtml cvs.shtml
6OBJS := $(SRC:%.t=%.html) $(SOBJS) 6OBJS := $(SRC:%.t=%.html) $(SOBJS)
7 7
8.SUFFIXES: .t .html 8.SUFFIXES: .t .html
@@ -30,6 +30,8 @@ all: $(OBJS) head.tmpl
30 @(cd screenshots; $(MAKE)) 30 @(cd screenshots; $(MAKE))
31 @(cd digest; $(MAKE)) 31 @(cd digest; $(MAKE))
32 @(cd playerhistory; $(MAKE)) 32 @(cd playerhistory; $(MAKE))
33 @(cd devcon2006; $(MAKE))
34 @(cd doom; $(MAKE))
33 35
34head.tmpl: head.t 36head.tmpl: head.t
35 $(ACTION) -DTWIKI $< 37 $(ACTION) -DTWIKI $<
@@ -43,5 +45,10 @@ index.shtml: main.shtml
43 45
44daily.shtml: daily.t 46daily.shtml: daily.t
45 47
48cvs.shtml: daily.t
49
50since25.html:
51 ln -s /home/dast/daniel_html/rockbox/since25.html since25.html
52
46clean: 53clean:
47 find . -name "*html" | xargs rm 54 find . -name "*html" | xargs rm