rockbox/www/irc/Makefile
Björn Stenberg 7e3a3277b2 Added shtml
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1059 a1c6a512-1295-4272-9138-f99709370657
2002-06-18 08:31:25 +00:00

14 lines
246 B
Makefile

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