summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/www/Makefile b/www/Makefile
index e1bade1d94..24fd9545cc 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,7 +1,9 @@
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 status.shtml 4SOBJS := daily.shtml main.shtml index.shtml status.shtml \
5 bugs.shtml requests.shtml
6OBJS := $(SRC:%.t=%.html) $(SOBJS)
5 7
6.SUFFIXES: .t .html 8.SUFFIXES: .t .html
7 9
@@ -33,8 +35,5 @@ index.shtml: main.shtml
33 35
34daily.shtml: daily.t 36daily.shtml: daily.t
35 37
36bugs.html:
37 perl getbugs.pl > bugs.html
38
39clean: 38clean:
40 find . -name "*html" | xargs rm 39 find . -name "*html" | xargs rm