From 7e3a3277b226a2fc80227c9758fbe0b50846456d Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 18 Jun 2002 08:31:25 +0000 Subject: Added shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1059 a1c6a512-1295-4272-9138-f99709370657 --- www/irc/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/irc/Makefile b/www/irc/Makefile index a82036abc7..70f1dec2c4 100644 --- a/www/irc/Makefile +++ b/www/irc/Makefile @@ -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 -- cgit v1.2.3