aboutsummaryrefslogtreecommitdiffstats
path: root/danish/releases/Makefile
diff options
context:
space:
mode:
authorChris Danis <danish>2002-04-08 22:42:58 +0000
committerChris Danis <danish>2002-04-08 22:42:58 +0000
commitc9f375ec5688ab2ba466b14a21d313c20c9e2742 (patch)
treeb06a24fa06eb2a187e89328840ce814c49191713 /danish/releases/Makefile
parent24f4c46bdc4cf89dd0eec806b4a248c36d019799 (diff)
Sync with English
CVS version numbers danish/distrib/packages.wml: 1.10 -> 1.11 danish/events/2002/0525-linuxtag-magdeburg.wml: 1.1 -> 1.2 danish/intro/why_debian.wml: 1.13 -> 1.14 danish/misc/related_links.wml: 1.9 -> 1.10 danish/releases/Makefile: 1.1 -> 1.2 danish/releases/index.wml: 1.12 -> 1.13
Diffstat (limited to 'danish/releases/Makefile')
-rw-r--r--danish/releases/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/danish/releases/Makefile b/danish/releases/Makefile
index 7ac7ad9008c..855a4887d39 100644
--- a/danish/releases/Makefile
+++ b/danish/releases/Makefile
@@ -16,7 +16,6 @@ ifeq "$(LANGUAGE)" "en"
# this stuff creates symlinks for releases
tes := $(shell grep current_testing_name info | cut -d\< -f2 | cut -d\> -f2)
rel := $(shell grep current_release_name info | cut -d\< -f2 | cut -d\> -f2)
-fro := $(shell if grep frozen_release_exists=1 info; then grep current_frozen_name info | cut -d\< -f2 | cut -d\> -f2; fi)
install::
@if [ -d $(HTMLDIR)/hamm -a ! -L $(HTMLDIR)/2.0 ]; then ln -sv hamm $(HTMLDIR)/2.0; fi
@@ -24,9 +23,5 @@ install::
@if [ -d $(HTMLDIR)/potato -a ! -L $(HTMLDIR)/2.2 ]; then ln -sv potato $(HTMLDIR)/2.2; fi
@[ -d "$(tes)" -a -d "$(rel)" ] || { echo "something's wrong with releases"; exit 1; }
@test -L $(HTMLDIR)/stable || ln -sv $(rel) $(HTMLDIR)/stable
-ifneq "$(fro)" ""
- @[ -d "$(fro)" ] || { echo "something's wrong with releases"; exit 1; }
- @test -L $(HTMLDIR)/frozen || ln -sv $(fro) $(HTMLDIR)/frozen
-endif
@test -L $(HTMLDIR)/testing || ln -sv $(tes) $(HTMLDIR)/testing
endif

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