summaryrefslogtreecommitdiff
path: root/nls/C/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-05-25 00:10:11 +0000
committerDana Jansens <danakj@orodu.net>2002-05-25 00:10:11 +0000
commit926bf3752b2a743ec795a18a471e13c0d7bc2a7d (patch)
tree4be7a2545c56675588abac604f80a31f348d0583 /nls/C/Makefile.am
parent136d4279969f4017afe9923d0eab96f9b16c1b32 (diff)
nls from bb-cvs
added yself to the usage string added the slit option back in added the event clobber option back in
Diffstat (limited to 'nls/C/Makefile.am')
-rw-r--r--nls/C/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/nls/C/Makefile.am b/nls/C/Makefile.am
index f3ab8827..e7ea2342 100644
--- a/nls/C/Makefile.am
+++ b/nls/C/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am for Blackbox - an X11 Window Manager
NLSTEST = @NLS@
-THE_LANG = it_IT
+THE_LANG = ja_JP
THE_NLS_PATH = $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)
CLEANFILES = blackbox.cat
MAINTAINERCLEANFILES = Makefile.in Translation.m
@@ -14,13 +14,10 @@ install-data-local: blackbox.cat
echo "Installing catalog in $(THE_NLS_PATH)"; \
$(mkinstalldirs) $(THE_NLS_PATH); \
$(INSTALL_DATA) blackbox.cat $(THE_NLS_PATH); \
- rm -f $(DESTDIR)$(pkgdatadir)/nls/it; \
- ln -f -s it_IT $(DESTDIR)$(pkgdatadir)/nls/it; \
fi
uninstall-local:
@if test x$(NLSTEST) = "x-DNLS"; then \
rm -f $(THE_NLS_PATH)/blackbox.cat; \
- rm -f $(DESTDIR)$(pkgdatadir)/nls/it; \
rmdir $(THE_NLS_PATH); \
fi