aboutsummaryrefslogtreecommitdiffstats
path: root/copypage.pl
diff options
context:
space:
mode:
authorPeter Karlsson <peterk>2000-11-16 21:51:12 +0000
committerPeter Karlsson <peterk>2000-11-16 21:51:12 +0000
commitce23003db5da5b6a005e8fe74c702fd4208092fb (patch)
treec07774ba4358d8b69e95a09d5c10ee45d7456073 /copypage.pl
parentba8d67ad16dd04da5aabcbe33e9f4a6cee4f5380 (diff)
Try to keep any <define-tag> before the translation-check line
CVS version numbers copypage.pl: 1.7 -> 1.8
Diffstat (limited to 'copypage.pl')
-rwxr-xr-xcopypage.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/copypage.pl b/copypage.pl
index 39c52ac42e5..2397f218ad1 100755
--- a/copypage.pl
+++ b/copypage.pl
@@ -127,7 +127,7 @@ sub copy
while (<SRC>)
{
- unless ($insertedrevision || /^#/)
+ unless ($insertedrevision || /^#/ || /^<define/)
{
print DST qq'#use wml::debian::translation-check translation="$revision"\n';
$insertedrevision = 1;

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