summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-06-18 08:31:25 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-06-18 08:31:25 +0000
commit7e3a3277b226a2fc80227c9758fbe0b50846456d (patch)
tree719825de728a8a7f2efe6a8101130133f87a3163
parent9296dfb2c69662a738f326d3dbc49e0fc5c73b05 (diff)
downloadrockbox-7e3a3277b226a2fc80227c9758fbe0b50846456d.tar.gz
rockbox-7e3a3277b226a2fc80227c9758fbe0b50846456d.zip
Added shtml
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1059 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--www/irc/Makefile7
1 files changed, 5 insertions, 2 deletions
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