From 5eaae562cdaef5000041c53dedcaf4d96d1ca0a8 Mon Sep 17 00:00:00 2001 From: Josip Rodin Date: Fri, 29 Aug 2008 11:06:17 +0000 Subject: 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 --- Makefile.common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.common') 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) -- cgit v1.2.3