summaryrefslogtreecommitdiff
path: root/www/irc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/irc/Makefile')
-rw-r--r--www/irc/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/irc/Makefile b/www/irc/Makefile
index a82036abc7..70f1dec2c4 100644
--- a/www/irc/Makefile
+++ b/www/irc/Makefile
@@ -1,11 +1,14 @@
1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ 1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
2 2
3SRC := $(wildcard *.t) 3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html) 4OBJS := $(SRC:%.t=%.shtml)
5 5
6all: $(OBJS) 6all: $(OBJS)
7 7
8%.html : %.t 8%.html : %.t
9 $(ACTION) $< 9 $(ACTION) $<
10 10
11index.html: index.t nicks.txt 11%.shtml : %.t
12 $(ACTION) $<
13
14index.shtml: index.t nicks.txt