diff options
author | Stefan Siegel <siegel@linux-mandrake.com> | 2001-09-16 14:26:34 +0000 |
---|---|---|
committer | Stefan Siegel <siegel@linux-mandrake.com> | 2001-09-16 14:26:34 +0000 |
commit | ea2157482fb6fc71e57970c059b25fcf2ff8df74 (patch) | |
tree | fffdbac3033ce6812db39b3f187e4f79eb202757 /perl-install/share/po/help_xml2pm.pl | |
parent | 37f218339c334922d159a8a8b35a762a1d6338e9 (diff) | |
download | drakx-ea2157482fb6fc71e57970c059b25fcf2ff8df74.tar drakx-ea2157482fb6fc71e57970c059b25fcf2ff8df74.tar.gz drakx-ea2157482fb6fc71e57970c059b25fcf2ff8df74.tar.bz2 drakx-ea2157482fb6fc71e57970c059b25fcf2ff8df74.tar.xz drakx-ea2157482fb6fc71e57970c059b25fcf2ff8df74.zip |
added commet explainig that help.pm is automatically generated.
Diffstat (limited to 'perl-install/share/po/help_xml2pm.pl')
-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 => '', }; |