From a67880d16b56470110c2fe35d41c46a4af048766 Mon Sep 17 00:00:00 2001 From: Peter Karlsson Date: Tue, 24 Apr 2001 21:04:48 +0000 Subject: Fixed case where translation-check header was not added. CVS version numbers copypage.pl: 1.10 -> 1.11 --- copypage.pl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'copypage.pl') diff --git a/copypage.pl b/copypage.pl index 26cfae45f4e..33d76ce2a20 100755 --- a/copypage.pl +++ b/copypage.pl @@ -144,6 +144,11 @@ sub copy $ignorews = 0 if /^#/; } + unless ($insertedrevision) + { + print DST qq'#use wml::debian::translation-check translation="$revision"\n'; + } + close SRC; close DST; -- cgit v1.2.3