forked from len0rd/rockbox
Changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1319 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1c72ea3bdf
commit
00109d87a6
9 changed files with 108 additions and 58 deletions
|
|
@ -1,7 +1,7 @@
|
|||
ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@
|
||||
|
||||
SRC := $(wildcard *.t)
|
||||
OBJS := $(SRC:%.t=%.html) daily.shtml
|
||||
OBJS := $(SRC:%.t=%.html) daily.shtml main.shtml index.shtml
|
||||
|
||||
.SUFFIXES: .t .html
|
||||
|
||||
|
|
@ -23,5 +23,10 @@ all: $(OBJS)
|
|||
|
||||
main.html: main.t activity.html
|
||||
|
||||
main.shtml: main.t activity.html
|
||||
|
||||
index.shtml: main.shtml
|
||||
ln -s main.shtml index.shtml
|
||||
|
||||
daily.shtml: daily.t
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue