forked from len0rd/rockbox
Updates
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2367 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
491f907671
commit
2042c50b8b
8 changed files with 45 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue