From ea2157482fb6fc71e57970c059b25fcf2ff8df74 Mon Sep 17 00:00:00 2001 From: Stefan Siegel Date: Sun, 16 Sep 2001 14:26:34 +0000 Subject: added commet explainig that help.pm is automatically generated. --- perl-install/share/po/help_xml2pm.pl | 6 ++++++ 1 file changed, 6 insertions(+) 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 if you want +# it changed. + %steps = ( empty => '', }; -- cgit v1.2.1