summaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2003-05-03 18:45:55 -0400
committerTheodore Ts'o <tytso@mit.edu>2003-05-03 18:45:55 -0400
commitddc32a045bd3bd35968ace2dbe22179470baec0b (patch)
tree0d1b371fe7ab321a166d65c6e49e9aef77ef98e6 /intl
parentbc7c14e0408665addd01b978b1950963b1ed799f (diff)
Add Czech translation.
Remove "NYC" translation. Add Czech translation from Miloslav Trmac <mitr@volny.cz> Random NLS and other display fixes from Miloslav.
Diffstat (limited to 'intl')
-rw-r--r--intl/ChangeLog3
-rw-r--r--intl/Makefile.in2
2 files changed, 5 insertions, 0 deletions
diff --git a/intl/ChangeLog b/intl/ChangeLog
index 1466d11d..7e335f90 100644
--- a/intl/ChangeLog
+++ b/intl/ChangeLog
@@ -1,5 +1,8 @@
2003-05-03 Theodore Ts'o <tytso@mit.edu>
+ * Makefile.in: Add dummy install-shlibs target so that the
+ top-level "make install" is happy.
+
* Update to use gettext version 0.11.5 (released 2002-08-06)
2003-04-21 Theodore Ts'o <tytso@mit.edu>
diff --git a/intl/Makefile.in b/intl/Makefile.in
index e56ef5b7..1510eb39 100644
--- a/intl/Makefile.in
+++ b/intl/Makefile.in
@@ -230,6 +230,8 @@ installdirs:
# Define this as empty until I found a useful application.
installcheck:
+install-shlibs:
+
uninstall:
if test "$(PACKAGE)" = "gettext" \
&& test '@INTLOBJS@' = '$(GETTOBJS)'; then \