diff options
Diffstat (limited to 'nls/tr_TR')
-rw-r--r-- | nls/tr_TR/Makefile.am | 16 |
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 | ||
7 | NLSTEST = @NLS@ | 7 | NLSTEST = @NLS@ |
8 | CLEANFILES = blackbox.cat | 8 | CLEANFILES = fluxbox.cat |
9 | MAINTAINERCLEANFILES = Makefile.in Translation.m | 9 | MAINTAINERCLEANFILES = Makefile.in Translation.m |
10 | MFILES = 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 | 10 | MFILES = 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 |
11 | EXTRA_DIST=$(MFILES) | 11 | EXTRA_DIST=$(MFILES) |
12 | 12 | ||
13 | all-local: blackbox.cat | 13 | all-local: fluxbox.cat |
14 | install-data-local: blackbox.cat | 14 | install-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 |
20 | uninstall-local: | 20 | uninstall-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 | ||
32 | blackbox.cat: Translation.m | 32 | fluxbox.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 |