summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-07-03 11:15:51 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-07-03 11:15:51 +0000
commit00109d87a65f10bbbd10a68b1103ae3bb6a328da (patch)
tree1b4c7a706a431ef35096e5e514a09ebd95d5a95a /www/Makefile
parent1c72ea3bdfcae0d67f7bc1ae78244ca606c42361 (diff)
downloadrockbox-00109d87a65f10bbbd10a68b1103ae3bb6a328da.tar.gz
rockbox-00109d87a65f10bbbd10a68b1103ae3bb6a328da.zip
Changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1319 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile
index 250c848584..059f3f2c94 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 4OBJS := $(SRC:%.t=%.html) daily.shtml main.shtml index.shtml
5 5
6.SUFFIXES: .t .html 6.SUFFIXES: .t .html
7 7
@@ -23,5 +23,10 @@ all: $(OBJS)
23 23
24main.html: main.t activity.html 24main.html: main.t activity.html
25 25
26main.shtml: main.t activity.html
27
28index.shtml: main.shtml
29 ln -s main.shtml index.shtml
30
26daily.shtml: daily.t 31daily.shtml: daily.t
27 32