aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Rodin <joy>2008-08-29 11:06:17 +0000
committerJosip Rodin <joy>2008-08-29 11:06:17 +0000
commit5eaae562cdaef5000041c53dedcaf4d96d1ca0a8 (patch)
tree47d73f5a6b0171bf78d2107b0b4a8d8b0297183d
parent5cdf7774f05555e511f8092c6db31e64e3503cca (diff)
oh, we already had the exception the other way around - so reverse the direction now
CVS version numbers Makefile.common: 1.97 -> 1.98 norwegian/Make.lang: 1.4 -> 1.5
-rw-r--r--Makefile.common6
-rw-r--r--norwegian/Make.lang4
2 files changed, 4 insertions, 6 deletions
diff --git a/Makefile.common b/Makefile.common
index 35eea5d821b..afc9ad7c382 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -105,9 +105,9 @@ $(HTMLDIR)/%.$(LANGUAGE).html: %.$(LANGUAGE).html
@test -d $(HTMLDIR) || mkdir -m g+w -p $(HTMLDIR)
@echo copying $(@F) to $(HTMLDIR)
-@install -m 664 -p $(@F) $(HTMLDIR)
-ifeq ($(LANGUAGE),no)
- @echo making a link $(@D)/$(*F).nb.html -\> $(@F)
- @ln -sf $(@F) $(@D)/$(*F).nb.html
+ifeq "$(LANGUAGE)" "nb"
+ @echo making a link $(@D)/$(*F).no.html -\> $(@F)
+ @ln -sf $(@F) $(@D)/$(*F).no.html
endif
ifeq ($(LANGUAGE),en)
@echo making a link $(@D)/$(*F).html -\> $(@F)
diff --git a/norwegian/Make.lang b/norwegian/Make.lang
index 2e252b3809b..ededaf9db1e 100644
--- a/norwegian/Make.lang
+++ b/norwegian/Make.lang
@@ -6,6 +6,4 @@ include $(WMLBASE)/../Makefile.common
# If you need to modify that is already defined in ../Makefile.common
# you can put it below
-## FIXME
-## install::
-## ln -s $*.nb.html $*.no.html
+### NB: this language has an exception to the install rule in Makefile.common

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