summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 49350c99ab..6bda6917ee 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -3,6 +3,7 @@ ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -
3SRC := $(wildcard *.t) 3SRC := $(wildcard *.t)
4SOBJS := daily.shtml main.shtml index.shtml status.shtml \ 4SOBJS := daily.shtml main.shtml index.shtml status.shtml \
5 bugs.shtml requests.shtml patches.shtml cvs.shtml 5 bugs.shtml requests.shtml patches.shtml cvs.shtml
6
6OBJS := $(SRC:%.t=%.html) $(SOBJS) 7OBJS := $(SRC:%.t=%.html) $(SOBJS)
7 8
8.SUFFIXES: .t .html 9.SUFFIXES: .t .html