aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorJames A. Treacy <treacy>2001-10-30 19:26:06 +0000
committerJames A. Treacy <treacy>2001-10-30 19:26:06 +0000
commit7951640c36bb5de9e0c47e42ac04495c57f54896 (patch)
tree7cbd3304ffabf3a3936ebdce1762eddb0c448168 /Makefile.common
parent06aef66016f9d764aeffe0ce45649f8919b4385b (diff)
Add links for en-us and en-gb. Hopefully this will stop our problems with
misconfigured browsers. If we decide we don't like this for some reason, we can easily undo it. Give it a week or two first, though. Note that we may experience problems with the mirrors until they update their apache configuration. CVS version numbers Makefile.common: 1.47 -> 1.48
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 631471a822f..e85dc33a97b 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -98,6 +98,8 @@ $(HTMLDIR)/%.$(LANGUAGE).html: %.$(LANGUAGE).html
ifeq ($(LANGUAGE),en)
@echo making a link $(@D)/$(*F).html -\> $(@F)
@ln -sf $(@F) $(@D)/$(*F).html
+ @ln -sf $(@F) $(@D)/$(*F).en-us.html
+ @ln -sf $(@F) $(@D)/$(*F).en-gb.html
endif
endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy