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:
parent
9296dfb2c6
commit
7e3a3277b2
1 changed files with 5 additions and 2 deletions
|
|
@ -1,11 +1,14 @@
|
||||||
ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
|
ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
|
||||||
|
|
||||||
SRC := $(wildcard *.t)
|
SRC := $(wildcard *.t)
|
||||||
OBJS := $(SRC:%.t=%.html)
|
OBJS := $(SRC:%.t=%.shtml)
|
||||||
|
|
||||||
all: $(OBJS)
|
all: $(OBJS)
|
||||||
|
|
||||||
%.html : %.t
|
%.html : %.t
|
||||||
$(ACTION) $<
|
$(ACTION) $<
|
||||||
|
|
||||||
index.html: index.t nicks.txt
|
%.shtml : %.t
|
||||||
|
$(ACTION) $<
|
||||||
|
|
||||||
|
index.shtml: index.t nicks.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue