From d71cca473bd6ce2a734fc8f90cf4fc532e84f9bf Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 1 Aug 2003 15:10:27 +0000 Subject: Add Makefile to sync symlinked-but-does-not-work-with-CVS files. Add stupid hidden Microsoft workaround to footer. --- apache/ErrorDocument/Makefile | 6 ++++++ apache/ErrorDocument/foot.shtml | 10 ++++++++++ 2 files changed, 16 insertions(+) create mode 100644 apache/ErrorDocument/Makefile (limited to 'apache/ErrorDocument') 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 $@ diff --git a/apache/ErrorDocument/foot.shtml b/apache/ErrorDocument/foot.shtml index 4b75dc1..fda2675 100644 --- a/apache/ErrorDocument/foot.shtml +++ b/apache/ErrorDocument/foot.shtml @@ -18,4 +18,14 @@ SUBJECT="Feedback about Error message [ -- cgit v1.2.3