summaryrefslogtreecommitdiff
path: root/apache/ErrorDocument/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apache/ErrorDocument/Makefile')
-rw-r--r--apache/ErrorDocument/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/apache/ErrorDocument/Makefile b/apache/ErrorDocument/Makefile
new file mode 100644
index 0000000..f8e665a
--- /dev/null
+++ b/apache/ErrorDocument/Makefile
@@ -0,0 +1,6 @@
+TARGETS = $(addsuffix .shtml,$(basename $(basename $(wildcard *.en.shtml))))
+
+all: $(TARGETS)
+
+$(TARGETS):
+ cp $(basename $@).en.shtml $@