summaryrefslogtreecommitdiff
path: root/www/download/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/download/Makefile')
-rw-r--r--www/download/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/download/Makefile b/www/download/Makefile
new file mode 100644
index 0000000000..751a62f256
--- /dev/null
+++ b/www/download/Makefile
@@ -0,0 +1,9 @@
1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
2
3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html)
5
6all: $(OBJS)
7
8%.html : %.t
9 $(ACTION) $<