1
0
Fork 0
forked from len0rd/rockbox

Added shtml

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1059 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-06-18 08:31:25 +00:00
parent 9296dfb2c6
commit 7e3a3277b2

View file

@ -1,11 +1,14 @@
ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
SRC := $(wildcard *.t)
OBJS := $(SRC:%.t=%.html)
OBJS := $(SRC:%.t=%.shtml)
all: $(OBJS)
%.html : %.t
$(ACTION) $<
index.html: index.t nicks.txt
%.shtml : %.t
$(ACTION) $<
index.shtml: index.t nicks.txt