summaryrefslogtreecommitdiff
path: root/intltool-prepare.in
diff options
context:
space:
mode:
authordarin <>2001-10-01 19:12:51 +0000
committerdarin <>2001-10-01 19:12:51 +0000
commitf9e54d9bb8e01085c59d62fcd5509fe85a116afd (patch)
treeaebd421998952c0abf58fbe3d0c83c0456a1063c /intltool-prepare.in
parent9e4962d2db268b1def3ce263b35cd2f350f2e9ae (diff)
downloadintltool-f9e54d9bb8e01085c59d62fcd5509fe85a116afd.tar.gz
First cut at all the name changes to call it intltool.
If you use the new m4 macros, everything defaults to doing it the right way for gnome 2 (using UTF-8 everywhere).
Diffstat (limited to 'intltool-prepare.in')
-rwxr-xr-xintltool-prepare.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/intltool-prepare.in b/intltool-prepare.in
index f390af6..ab514f2 100755
--- a/intltool-prepare.in
+++ b/intltool-prepare.in
@@ -22,7 +22,7 @@
# Kenneth Christiansen <kenneth@gnu.org>
## Release information
-my $PROGRAM = "xml-i18n-prepare";
+my $PROGRAM = "intltool-prepare";
my $PACKAGE = "@PACKAGE@";
my $VERSION = "@VERSION@";
my $MAINTAINER = "<menesis\@delfi.lt>";
@@ -137,7 +137,7 @@ sub add_to_potfiles
next if contains("po/POTFILES.in", "$desktop.in");
# Print explanation comment only once
unless ($intro) {
- print FILE "# files added by xml-i18n-prepare\n";
+ print FILE "# files added by intltool-prepare\n";
$intro = 1;
}
print FILE "$desktop.in\n";
@@ -288,8 +288,8 @@ sub fix_makefiles
my $ext = $1;
$line .= "$name\_DATA = \$($name\_in_files:.$ext.in=.$ext)\n";
$ext =~ tr/a-z/A-Z/;
- if (!contains($makefile, "\@XML_I18N_MERGE_$ext\_RULE\@")) {
- $line .= "\@XML_I18N_MERGE_$ext\_RULE\@\n";
+ if (!contains($makefile, "\@INTLTOOL_$ext\_RULE\@")) {
+ $line .= "\@INTLTOOL_$ext\_RULE\@\n";
}
}
}