1
0
Fork 0
forked from len0rd/rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1319 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-07-03 11:15:51 +00:00
parent 1c72ea3bdf
commit 00109d87a6
9 changed files with 108 additions and 58 deletions

View file

@ -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