summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/help_xml2pm.pl
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2001-11-14 07:45:17 +0000
committerPablo Saratxaga <pablo@mandriva.com>2001-11-14 07:45:17 +0000
commit1216468441a344c005290f121087a1c312f500cb (patch)
tree99b2942d75dfdf5db0c91a35b7a36a47f20ff36e /perl-install/share/po/help_xml2pm.pl
parent36bad69920b0b406f78925add787c28188c9bba9 (diff)
downloaddrakx-backup-do-not-use-1216468441a344c005290f121087a1c312f500cb.tar
drakx-backup-do-not-use-1216468441a344c005290f121087a1c312f500cb.tar.gz
drakx-backup-do-not-use-1216468441a344c005290f121087a1c312f500cb.tar.bz2
drakx-backup-do-not-use-1216468441a344c005290f121087a1c312f500cb.tar.xz
drakx-backup-do-not-use-1216468441a344c005290f121087a1c312f500cb.zip
updated pot file
Diffstat (limited to 'perl-install/share/po/help_xml2pm.pl')
-rwxr-xr-xperl-install/share/po/help_xml2pm.pl9
1 files changed, 6 insertions, 3 deletions
diff --git a/perl-install/share/po/help_xml2pm.pl b/perl-install/share/po/help_xml2pm.pl
index 83afc691f..249a4efe5 100755
--- a/perl-install/share/po/help_xml2pm.pl
+++ b/perl-install/share/po/help_xml2pm.pl
@@ -170,14 +170,17 @@ sub rewrite2_ {
"\n$text\n";
} elsif (member($tree->{tag},
- 'acronym', 'application', 'emphasis', 'indexterm',
- 'keycombo', 'note', 'primary',
+ 'acronym', 'application', 'emphasis',
+ 'keycombo', 'note',
'superscript', 'systemitem',
'tip', 'ulink', 'xref'
)) {
# ignored tags
$text;
- } elsif (member($tree->{tag}, 'title', 'article')) {
+ } elsif (member($tree->{tag},
+ 'title', 'article', 'primary', 'secondary',
+ 'indexterm',
+ )) {
# dropped tags
'';
} elsif ($tree->{tag} eq 'sect1') {