summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po
diff options
context:
space:
mode:
authorStefan Siegel <siegel@linux-mandrake.com>2001-09-16 14:26:34 +0000
committerStefan Siegel <siegel@linux-mandrake.com>2001-09-16 14:26:34 +0000
commitea2157482fb6fc71e57970c059b25fcf2ff8df74 (patch)
treefffdbac3033ce6812db39b3f187e4f79eb202757 /perl-install/share/po
parent37f218339c334922d159a8a8b35a762a1d6338e9 (diff)
downloaddrakx-backup-do-not-use-ea2157482fb6fc71e57970c059b25fcf2ff8df74.tar
drakx-backup-do-not-use-ea2157482fb6fc71e57970c059b25fcf2ff8df74.tar.gz
drakx-backup-do-not-use-ea2157482fb6fc71e57970c059b25fcf2ff8df74.tar.bz2
drakx-backup-do-not-use-ea2157482fb6fc71e57970c059b25fcf2ff8df74.tar.xz
drakx-backup-do-not-use-ea2157482fb6fc71e57970c059b25fcf2ff8df74.zip
added commet explainig that help.pm is automatically generated.
Diffstat (limited to 'perl-install/share/po')
-rwxr-xr-xperl-install/share/po/help_xml2pm.pl6
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 => '',
};