aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
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 /Makefile.common
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
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common6
1 files changed, 3 insertions, 3 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)

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