summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile
index 012fd091f9..b1a971a382 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -13,7 +13,7 @@ OBJS := $(SRC:%.t=%.html) $(SOBJS)
13%.shtml : %.t 13%.shtml : %.t
14 $(ACTION) $< 14 $(ACTION) $<
15 15
16all: $(OBJS) 16all: $(OBJS) head.tmpl
17 @(cd schematics; $(MAKE)) 17 @(cd schematics; $(MAKE))
18 @(cd docs; $(MAKE)) 18 @(cd docs; $(MAKE))
19 @(cd mods; $(MAKE)) 19 @(cd mods; $(MAKE))
@@ -30,6 +30,9 @@ all: $(OBJS)
30 @(cd screenshots; $(MAKE)) 30 @(cd screenshots; $(MAKE))
31 @(cd digest; $(MAKE)) 31 @(cd digest; $(MAKE))
32 32
33head.tmpl: head.t
34 $(ACTION) -DTWIKI $<
35
33main.html: main.t activity.html 36main.html: main.t activity.html
34 37
35main.shtml: main.t activity.html 38main.shtml: main.t activity.html