summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2006-03-27 10:10:50 +0000
committerBjörn Stenberg <bjorn@haxx.se>2006-03-27 10:10:50 +0000
commitbe10f54eec53ab5426c570dd2500c4e3c34e976d (patch)
treeae4386c8be616ffe54abc497094c4127c779093e /www/Makefile
parentd569727aa7a2fe34815298d747f9c8325a4b6202 (diff)
downloadrockbox-be10f54eec53ab5426c570dd2500c4e3c34e976d.tar.gz
rockbox-be10f54eec53ab5426c570dd2500c4e3c34e976d.zip
Various changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9279 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 49350c99ab..6bda6917ee 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -3,6 +3,7 @@ ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -
3SRC := $(wildcard *.t) 3SRC := $(wildcard *.t)
4SOBJS := daily.shtml main.shtml index.shtml status.shtml \ 4SOBJS := daily.shtml main.shtml index.shtml status.shtml \
5 bugs.shtml requests.shtml patches.shtml cvs.shtml 5 bugs.shtml requests.shtml patches.shtml cvs.shtml
6
6OBJS := $(SRC:%.t=%.html) $(SOBJS) 7OBJS := $(SRC:%.t=%.html) $(SOBJS)
7 8
8.SUFFIXES: .t .html 9.SUFFIXES: .t .html