diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-08-01 15:10:27 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-08-01 15:10:27 +0000 |
commit | d71cca473bd6ce2a734fc8f90cf4fc532e84f9bf (patch) | |
tree | 73f5b24179b7a33e3723f50375cb1458106ce229 /apache/ErrorDocument/Makefile | |
parent | 5bf1899b77615717d5442eed4bda0c372e344cf3 (diff) |
Add Makefile to sync symlinked-but-does-not-work-with-CVS files. Add stupid hidden Microsoft workaround to footer.
Diffstat (limited to 'apache/ErrorDocument/Makefile')
-rw-r--r-- | apache/ErrorDocument/Makefile | 6 |
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 $@ |