1
0
Fork 0
forked from len0rd/rockbox

Added since25, doom & devcon2006

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9083 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2006-03-17 22:51:33 +00:00
parent 44769c236d
commit 85c74a52c5

View file

@ -2,7 +2,7 @@ ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -
SRC := $(wildcard *.t) SRC := $(wildcard *.t)
SOBJS := daily.shtml main.shtml index.shtml status.shtml \ SOBJS := daily.shtml main.shtml index.shtml status.shtml \
bugs.shtml requests.shtml patches.shtml bugs.shtml requests.shtml patches.shtml cvs.shtml
OBJS := $(SRC:%.t=%.html) $(SOBJS) OBJS := $(SRC:%.t=%.html) $(SOBJS)
.SUFFIXES: .t .html .SUFFIXES: .t .html
@ -30,6 +30,8 @@ all: $(OBJS) head.tmpl
@(cd screenshots; $(MAKE)) @(cd screenshots; $(MAKE))
@(cd digest; $(MAKE)) @(cd digest; $(MAKE))
@(cd playerhistory; $(MAKE)) @(cd playerhistory; $(MAKE))
@(cd devcon2006; $(MAKE))
@(cd doom; $(MAKE))
head.tmpl: head.t head.tmpl: head.t
$(ACTION) -DTWIKI $< $(ACTION) -DTWIKI $<
@ -43,5 +45,10 @@ index.shtml: main.shtml
daily.shtml: daily.t daily.shtml: daily.t
cvs.shtml: daily.t
since25.html:
ln -s /home/dast/daniel_html/rockbox/since25.html since25.html
clean: clean:
find . -name "*html" | xargs rm find . -name "*html" | xargs rm