aboutsummaryrefslogtreecommitdiff
path: root/nls/tr_TR
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-12-09 23:41:54 (GMT)
committerfluxgen <fluxgen>2002-12-09 23:41:54 (GMT)
commit3218a4ce0d821f848f03bd4675dea5fb159c030c (patch)
tree9c2c0b6fbf5d18b2476c4d250f3fb9091397bac0 /nls/tr_TR
parent0534ebf0378655e8bf57ec32d0d927d1ccef7d8d (diff)
downloadfluxbox-3218a4ce0d821f848f03bd4675dea5fb159c030c.zip
fluxbox-3218a4ce0d821f848f03bd4675dea5fb159c030c.tar.bz2
blackbox.cat to fluxbox.cat
Diffstat (limited to 'nls/tr_TR')
-rw-r--r--nls/tr_TR/Makefile.am16
1 files changed, 8 insertions, 8 deletions
diff --git a/nls/tr_TR/Makefile.am b/nls/tr_TR/Makefile.am
index f3a6278..b7075dd 100644
--- a/nls/tr_TR/Makefile.am
+++ b/nls/tr_TR/Makefile.am
@@ -5,21 +5,21 @@
5# 5#
6 6
7NLSTEST = @NLS@ 7NLSTEST = @NLS@
8CLEANFILES = blackbox.cat 8CLEANFILES = fluxbox.cat
9MAINTAINERCLEANFILES = Makefile.in Translation.m 9MAINTAINERCLEANFILES = Makefile.in Translation.m
10MFILES = BaseDisplay.m Basemenu.m Configmenu.m Icon.m Image.m Screen.m Slit.m Toolbar.m Window.m Windowmenu.m Workspace.m Workspacemenu.m blackbox.m common.m main.m bsetroot.m 10MFILES = BaseDisplay.m Basemenu.m Configmenu.m Icon.m Image.m Screen.m Slit.m Toolbar.m Window.m Windowmenu.m Workspace.m Workspacemenu.m fluxbox.m common.m main.m bsetroot.m
11EXTRA_DIST=$(MFILES) 11EXTRA_DIST=$(MFILES)
12 12
13all-local: blackbox.cat 13all-local: fluxbox.cat
14install-data-local: blackbox.cat 14install-data-local: fluxbox.cat
15 @if test x$(NLSTEST) = "x-DNLS"; then \ 15 @if test x$(NLSTEST) = "x-DNLS"; then \
16 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/tr_TR"; \ 16 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/tr_TR"; \
17 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/tr_TR; \ 17 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/tr_TR; \
18 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/tr_TR; \ 18 $(INSTALL_DATA) fluxbox.cat $(DESTDIR)$(pkgdatadir)/nls/tr_TR; \
19 fi 19 fi
20uninstall-local: 20uninstall-local:
21 @if test x$(NLSTEST) = "x-DNLS"; then \ 21 @if test x$(NLSTEST) = "x-DNLS"; then \
22 rm -f $(DESTDIR)$(pkgdatadir)/nls/tr_TR/blackbox.cat; \ 22 rm -f $(DESTDIR)$(pkgdatadir)/nls/tr_TR/fluxbox.cat; \
23 rmdir $(DESTDIR)$(pkgdatadir)/nls/tr_TR; \ 23 rmdir $(DESTDIR)$(pkgdatadir)/nls/tr_TR; \
24 fi 24 fi
25 25
@@ -29,7 +29,7 @@ Translation.m: $(MFILES)
29 awk -f ../convert.awk output=Translation.m $(MFILES); \ 29 awk -f ../convert.awk output=Translation.m $(MFILES); \
30 fi 30 fi
31 31
32blackbox.cat: Translation.m 32fluxbox.cat: Translation.m
33 @if test x$(NLSTEST) = "x-DNLS"; then \ 33 @if test x$(NLSTEST) = "x-DNLS"; then \
34 LANG=tr_TR $(gencat_cmd) blackbox.cat Translation.m; \ 34 LANG=tr_TR $(gencat_cmd) fluxbox.cat Translation.m; \
35 fi 35 fi