aboutsummaryrefslogtreecommitdiffstats
path: root/english/template/debian/release.wml
diff options
context:
space:
mode:
authorJames A. Treacy <treacy>2002-04-16 05:48:05 +0000
committerJames A. Treacy <treacy>2002-04-16 05:48:05 +0000
commit0d7ba3d658e5a4f2cbe327671519211431b1eb8c (patch)
tree14028dfd323938ddfe1504d8853e3c2b934295a7 /english/template/debian/release.wml
parent5c3eed1200b2b0f186d5a00f3bc0dbc71c6916a3 (diff)
Add condition to create the proper filename for the .txt version of the
release notes. It is just like what is done the html version. More broken links fixed :) CVS version numbers english/template/debian/release.wml: 1.19 -> 1.20
Diffstat (limited to 'english/template/debian/release.wml')
-rw-r--r--english/template/debian/release.wml3
1 files changed, 3 insertions, 0 deletions
diff --git a/english/template/debian/release.wml b/english/template/debian/release.wml
index fd7b3e1c2b2..e0611f8136a 100644
--- a/english/template/debian/release.wml
+++ b/english/template/debian/release.wml
@@ -160,6 +160,9 @@ sub permute_as_matrix {
if ( $file =~ /release-notes/ && $ext eq "html" ) {
$file_version = "$arch/$file/index." . $langsrelnotes{$lang} . ".$ext";
}
+ elsif ( $file =~ /release-notes/ && $ext eq "txt" ) {
+ $file_version = "$arch/$file/release-notes." . $langsrelnotes{$lang} . ".$ext";
+ }
if (! $check_if_file_exists ||
-f "$(HTMLDIR)/releases/$release/$file_version") {
# all languages should be defined in %trans. Add missing entries

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