diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2001-11-14 07:45:17 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2001-11-14 07:45:17 +0000 |
commit | 1216468441a344c005290f121087a1c312f500cb (patch) | |
tree | 99b2942d75dfdf5db0c91a35b7a36a47f20ff36e /perl-install/share/po/help_xml2pm.pl | |
parent | 36bad69920b0b406f78925add787c28188c9bba9 (diff) | |
download | drakx-1216468441a344c005290f121087a1c312f500cb.tar drakx-1216468441a344c005290f121087a1c312f500cb.tar.gz drakx-1216468441a344c005290f121087a1c312f500cb.tar.bz2 drakx-1216468441a344c005290f121087a1c312f500cb.tar.xz drakx-1216468441a344c005290f121087a1c312f500cb.zip |
updated pot file
Diffstat (limited to 'perl-install/share/po/help_xml2pm.pl')
-rwxr-xr-x | perl-install/share/po/help_xml2pm.pl | 9 |
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') { |