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 ++++++ 1 file changed, 6 insertions(+) create mode 100644 apache/ErrorDocument/Makefile (limited to 'apache/ErrorDocument/Makefile') 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 $@ -- cgit v1.2.3