summaryrefslogtreecommitdiff
path: root/www/download/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/download/Makefile')
-rw-r--r--www/download/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/download/Makefile b/www/download/Makefile
deleted file mode 100644
index 77a5daee5e..0000000000
--- a/www/download/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
1ACTION=echo preprocessing $@; rm -f $@; \
2 $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL $< $@
3
4OBJS := index.shtml old.html
5
6all: $(OBJS)
7
8index.shtml: index.t
9 $(ACTION)
10
11old.html: old.t
12 $(ACTION)