summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile
index ef2b11d5b3..d113d4e705 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 main.shtml index.shtml bugs.html 4OBJS := $(SRC:%.t=%.html) daily.shtml main.shtml index.shtml bugs.html status.shtml
5 5
6.SUFFIXES: .t .html 6.SUFFIXES: .t .html
7 7