diff options
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/share/po/help_xml2pm.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/share/po/help_xml2pm.pl b/perl-install/share/po/help_xml2pm.pl index d7823a122..b2fff6782 100755 --- a/perl-install/share/po/help_xml2pm.pl +++ b/perl-install/share/po/help_xml2pm.pl @@ -42,6 +42,12 @@ sub save_help { open F, "| LC_ALL=fr iconv -f utf8 -t ascii//TRANSLIT > ../../help.pm"; print F q{package help; use common; + +# IMPORTANT: Don't edit this File - It is automatically generated +# from the manuals !!! +# Write a mail to <doc@linux-mandrake.com> if you want +# it changed. + %steps = ( empty => '', }; |