summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-08-07 17:19:45 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-08-07 17:19:45 +0000
commit77dd1f79cab44170b0470ec54e3e96020ec32972 (patch)
tree40ce78e5560845a2ca8df96bc4612666237130cb /www/Makefile
parentaf75e8627338d4a83d2447ab2a834c3ecc0ff069 (diff)
downloadrockbox-77dd1f79cab44170b0470ec54e3e96020ec32972.tar.gz
rockbox-77dd1f79cab44170b0470ec54e3e96020ec32972.zip
Updates
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1601 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile
index ef2b11d5b3..d113d4e705 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,7 +1,7 @@
1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@ 1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@
2 2
3SRC := $(wildcard *.t) 3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html) daily.shtml main.shtml index.shtml bugs.html 4OBJS := $(SRC:%.t=%.html) daily.shtml main.shtml index.shtml bugs.html status.shtml
5 5
6.SUFFIXES: .t .html 6.SUFFIXES: .t .html
7 7