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 7f4bd94b83..0fd53bf94b 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,13 +1,16 @@
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) 4OBJS := $(SRC:%.t=%.html) daily.shtml
5 5
6.SUFFIXES: .t .html 6.SUFFIXES: .t .html
7 7
8%.html : %.t 8%.html : %.t
9 $(ACTION) $< 9 $(ACTION) $<
10 10
11%.shtml : %.t
12 $(ACTION) $<
13
11all: $(OBJS) 14all: $(OBJS)
12 @(cd schematics; $(MAKE)) 15 @(cd schematics; $(MAKE))
13 @(cd docs; $(MAKE)) 16 @(cd docs; $(MAKE))
@@ -18,3 +21,5 @@ all: $(OBJS)
18 21
19main.html: main.t activity.html 22main.html: main.t activity.html
20 23
24daily.shtml: daily.t
25