summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
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