diff options
author | Theodore Ts'o <tytso@mit.edu> | 2003-05-03 18:45:55 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2003-05-03 18:45:55 -0400 |
commit | ddc32a045bd3bd35968ace2dbe22179470baec0b (patch) | |
tree | 0d1b371fe7ab321a166d65c6e49e9aef77ef98e6 /intl/Makefile.in | |
parent | bc7c14e0408665addd01b978b1950963b1ed799f (diff) | |
download | e2fsprogs-ddc32a045bd3bd35968ace2dbe22179470baec0b.tar.gz |
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/Makefile.in')
-rw-r--r-- | intl/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |