summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-09-25 13:41:13 +0000
committerBruno Haible <bruno@clisp.org>2001-09-25 13:41:13 +0000
commitef737a39bfa07fbb3db43990d02a9cfa8171f7a7 (patch)
tree38fd4488d8ce0b23c2cde4ac9bfe9aebdd725f13 /misc
parent3cfc4d880c0190c94d8580384573943286c4143e (diff)
downloadexternal_gettext-ef737a39bfa07fbb3db43990d02a9cfa8171f7a7.zip
external_gettext-ef737a39bfa07fbb3db43990d02a9cfa8171f7a7.tar.gz
external_gettext-ef737a39bfa07fbb3db43990d02a9cfa8171f7a7.tar.bz2
msgunfmt can now dump the contents of Java ResourceBundles.
Diffstat (limited to 'misc')
-rw-r--r--misc/ChangeLog4
-rw-r--r--misc/gettextize.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/misc/ChangeLog b/misc/ChangeLog
index ade3f65..64cda74 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-08 Bruno Haible <haible@clisp.cons.org>
+
+ * gettextize.in: Don't copy installed jar files.
+
2001-08-23 Karl Eichwalder <ke@suse.de>
* po-mode.el (po-compute-counters): First save `current'
diff --git a/misc/gettextize.in b/misc/gettextize.in
index 081f8d4..305943d 100644
--- a/misc/gettextize.in
+++ b/misc/gettextize.in
@@ -146,7 +146,7 @@ cd $gettext_dir || {
# Now copy all files. Take care for the destination directories.
for file in *; do
case $file in
- intl | po)
+ intl | po | *.jar)
;;
*)
rm -f $srcdir/$file