From 926bf3752b2a743ec795a18a471e13c0d7bc2a7d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 25 May 2002 00:10:11 +0000 Subject: nls from bb-cvs added yself to the usage string added the slit option back in added the event clobber option back in --- nls/C/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'nls/C/Makefile.am') 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 -- cgit v1.2.3