1
0
Fork 0
forked from len0rd/rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2367 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-09-23 05:19:11 +00:00
parent 491f907671
commit 2042c50b8b
8 changed files with 45 additions and 19 deletions

View file

@ -1,7 +1,9 @@
ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@
SRC := $(wildcard *.t)
OBJS := $(SRC:%.t=%.html) daily.shtml main.shtml index.shtml bugs.html status.shtml
SOBJS := daily.shtml main.shtml index.shtml status.shtml \
bugs.shtml requests.shtml
OBJS := $(SRC:%.t=%.html) $(SOBJS)
.SUFFIXES: .t .html
@ -33,8 +35,5 @@ index.shtml: main.shtml
daily.shtml: daily.t
bugs.html:
perl getbugs.pl > bugs.html
clean:
find . -name "*html" | xargs rm