aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2001-12-17 19:49:45 (GMT)
committerfluxgen <fluxgen>2001-12-17 19:49:45 (GMT)
commit07b8a8041c169fdb858a051bf431d643c7ae84b4 (patch)
treecb52f07025f9370a39110017cb392118d8a51816
parent597822f9391d342cb2a321d7b46c2ca468d7abe7 (diff)
downloadfluxbox-07b8a8041c169fdb858a051bf431d643c7ae84b4.zip
fluxbox-07b8a8041c169fdb858a051bf431d643c7ae84b4.tar.bz2
update
-rw-r--r--nls/C/Makefile.in9
-rw-r--r--nls/C/Windowmenu.m2
-rw-r--r--nls/Makefile.in9
-rw-r--r--nls/da_DK/Makefile.in9
-rw-r--r--nls/da_DK/Windowmenu.m2
-rw-r--r--nls/es_ES/Makefile.in9
-rw-r--r--nls/es_ES/Windowmenu.m2
-rw-r--r--nls/et_EE/Makefile.in9
-rw-r--r--nls/et_EE/Windowmenu.m2
-rw-r--r--nls/fr_FR/Makefile.in9
-rw-r--r--nls/fr_FR/Windowmenu.m2
-rw-r--r--nls/it_IT/Makefile.in9
-rw-r--r--nls/it_IT/Windowmenu.m2
-rw-r--r--nls/pt_BR/Makefile.in9
-rw-r--r--nls/pt_BR/Windowmenu.m2
-rw-r--r--nls/sv_SE/Makefile.in9
-rw-r--r--nls/sv_SE/Windowmenu.m2
-rw-r--r--nls/tr_TR/Makefile.in9
-rw-r--r--nls/tr_TR/Windowmenu.m2
19 files changed, 88 insertions, 20 deletions
diff --git a/nls/C/Makefile.in b/nls/C/Makefile.in
index 50d0477..68f29ac 100644
--- a/nls/C/Makefile.in
+++ b/nls/C/Makefile.in
@@ -104,9 +104,9 @@ GZIP_ENV = --best
104all: all-redirect 104all: all-redirect
105.SUFFIXES: 105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/C/Makefile 107 cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/C/Makefile
108 108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
110 cd $(top_builddir) \ 110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112 112
@@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
119subdir = nls/C 119subdir = nls/C
120 120
121distdir: $(DISTFILES) 121distdir: $(DISTFILES)
122 here=`cd $(top_builddir) && pwd`; \
123 top_distdir=`cd $(top_distdir) && pwd`; \
124 distdir=`cd $(distdir) && pwd`; \
125 cd $(top_srcdir) \
126 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/C/Makefile
122 @for file in $(DISTFILES); do \ 127 @for file in $(DISTFILES); do \
123 d=$(srcdir); \ 128 d=$(srcdir); \
124 if test -d $$d/$$file; then \ 129 if test -d $$d/$$file; then \
diff --git a/nls/C/Windowmenu.m b/nls/C/Windowmenu.m
index 13b3c38..58ccfe2 100644
--- a/nls/C/Windowmenu.m
+++ b/nls/C/Windowmenu.m
@@ -20,3 +20,5 @@ $ #KillClient
20# Kill Client 20# Kill Client
21$ #Close 21$ #Close
22# Close 22# Close
23$ #Tab
24# Tab
diff --git a/nls/Makefile.in b/nls/Makefile.in
index 7a1ad67..1e4335c 100644
--- a/nls/Makefile.in
+++ b/nls/Makefile.in
@@ -103,9 +103,9 @@ GZIP_ENV = --best
103all: all-redirect 103all: all-redirect
104.SUFFIXES: 104.SUFFIXES:
105$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 105$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
106 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/Makefile 106 cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/Makefile
107 107
108Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 108Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
109 cd $(top_builddir) \ 109 cd $(top_builddir) \
110 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 110 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
111 111
@@ -204,6 +204,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
204subdir = nls 204subdir = nls
205 205
206distdir: $(DISTFILES) 206distdir: $(DISTFILES)
207 here=`cd $(top_builddir) && pwd`; \
208 top_distdir=`cd $(top_distdir) && pwd`; \
209 distdir=`cd $(distdir) && pwd`; \
210 cd $(top_srcdir) \
211 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/Makefile
207 @for file in $(DISTFILES); do \ 212 @for file in $(DISTFILES); do \
208 d=$(srcdir); \ 213 d=$(srcdir); \
209 if test -d $$d/$$file; then \ 214 if test -d $$d/$$file; then \
diff --git a/nls/da_DK/Makefile.in b/nls/da_DK/Makefile.in
index 22fb3da..02e7b9d 100644
--- a/nls/da_DK/Makefile.in
+++ b/nls/da_DK/Makefile.in
@@ -104,9 +104,9 @@ GZIP_ENV = --best
104all: all-redirect 104all: all-redirect
105.SUFFIXES: 105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/da_DK/Makefile 107 cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/da_DK/Makefile
108 108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
110 cd $(top_builddir) \ 110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112 112
@@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
119subdir = nls/da_DK 119subdir = nls/da_DK
120 120
121distdir: $(DISTFILES) 121distdir: $(DISTFILES)
122 here=`cd $(top_builddir) && pwd`; \
123 top_distdir=`cd $(top_distdir) && pwd`; \
124 distdir=`cd $(distdir) && pwd`; \
125 cd $(top_srcdir) \
126 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/da_DK/Makefile
122 @for file in $(DISTFILES); do \ 127 @for file in $(DISTFILES); do \
123 d=$(srcdir); \ 128 d=$(srcdir); \
124 if test -d $$d/$$file; then \ 129 if test -d $$d/$$file; then \
diff --git a/nls/da_DK/Windowmenu.m b/nls/da_DK/Windowmenu.m
index ebbf0ad..7935b00 100644
--- a/nls/da_DK/Windowmenu.m
+++ b/nls/da_DK/Windowmenu.m
@@ -18,3 +18,5 @@ $ #KillClient
18# Dræb klient 18# Dræb klient
19$ #Close 19$ #Close
20# Luk 20# Luk
21$ #Tab
22# Tab
diff --git a/nls/es_ES/Makefile.in b/nls/es_ES/Makefile.in
index 4fa557e..650c819 100644
--- a/nls/es_ES/Makefile.in
+++ b/nls/es_ES/Makefile.in
@@ -104,9 +104,9 @@ GZIP_ENV = --best
104all: all-redirect 104all: all-redirect
105.SUFFIXES: 105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/es_ES/Makefile 107 cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/es_ES/Makefile
108 108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
110 cd $(top_builddir) \ 110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112 112
@@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
119subdir = nls/es_ES 119subdir = nls/es_ES
120 120
121distdir: $(DISTFILES) 121distdir: $(DISTFILES)
122 here=`cd $(top_builddir) && pwd`; \
123 top_distdir=`cd $(top_distdir) && pwd`; \
124 distdir=`cd $(distdir) && pwd`; \
125 cd $(top_srcdir) \
126 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/es_ES/Makefile
122 @for file in $(DISTFILES); do \ 127 @for file in $(DISTFILES); do \
123 d=$(srcdir); \ 128 d=$(srcdir); \
124 if test -d $$d/$$file; then \ 129 if test -d $$d/$$file; then \
diff --git a/nls/es_ES/Windowmenu.m b/nls/es_ES/Windowmenu.m
index b2e0c54..d96b54f 100644
--- a/nls/es_ES/Windowmenu.m
+++ b/nls/es_ES/Windowmenu.m
@@ -18,3 +18,5 @@ $ #KillClient
18# Matar al cliente 18# Matar al cliente
19$ #Close 19$ #Close
20# Cerrar 20# Cerrar
21$ #Tab
22# Tab
diff --git a/nls/et_EE/Makefile.in b/nls/et_EE/Makefile.in
index 4048b6f..c12a059 100644
--- a/nls/et_EE/Makefile.in
+++ b/nls/et_EE/Makefile.in
@@ -104,9 +104,9 @@ GZIP_ENV = --best
104all: all-redirect 104all: all-redirect
105.SUFFIXES: 105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/et_EE/Makefile 107 cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/et_EE/Makefile
108 108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
110 cd $(top_builddir) \ 110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112 112
@@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
119subdir = nls/et_EE 119subdir = nls/et_EE
120 120
121distdir: $(DISTFILES) 121distdir: $(DISTFILES)
122 here=`cd $(top_builddir) && pwd`; \
123 top_distdir=`cd $(top_distdir) && pwd`; \
124 distdir=`cd $(distdir) && pwd`; \
125 cd $(top_srcdir) \
126 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/et_EE/Makefile
122 @for file in $(DISTFILES); do \ 127 @for file in $(DISTFILES); do \
123 d=$(srcdir); \ 128 d=$(srcdir); \
124 if test -d $$d/$$file; then \ 129 if test -d $$d/$$file; then \
diff --git a/nls/et_EE/Windowmenu.m b/nls/et_EE/Windowmenu.m
index 863a945..5c527a6 100644
--- a/nls/et_EE/Windowmenu.m
+++ b/nls/et_EE/Windowmenu.m
@@ -18,3 +18,5 @@ $ #KillClient
18# Killi klient 18# Killi klient
19$ #Close 19$ #Close
20# Sulge 20# Sulge
21$ #Tab
22# Tab
diff --git a/nls/fr_FR/Makefile.in b/nls/fr_FR/Makefile.in
index 77c8181..9660221 100644
--- a/nls/fr_FR/Makefile.in
+++ b/nls/fr_FR/Makefile.in
@@ -104,9 +104,9 @@ GZIP_ENV = --best
104all: all-redirect 104all: all-redirect
105.SUFFIXES: 105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/fr_FR/Makefile 107 cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/fr_FR/Makefile
108 108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
110 cd $(top_builddir) \ 110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112 112
@@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
119subdir = nls/fr_FR 119subdir = nls/fr_FR
120 120
121distdir: $(DISTFILES) 121distdir: $(DISTFILES)
122 here=`cd $(top_builddir) && pwd`; \
123 top_distdir=`cd $(top_distdir) && pwd`; \
124 distdir=`cd $(distdir) && pwd`; \
125 cd $(top_srcdir) \
126 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/fr_FR/Makefile
122 @for file in $(DISTFILES); do \ 127 @for file in $(DISTFILES); do \
123 d=$(srcdir); \ 128 d=$(srcdir); \
124 if test -d $$d/$$file; then \ 129 if test -d $$d/$$file; then \
diff --git a/nls/fr_FR/Windowmenu.m b/nls/fr_FR/Windowmenu.m
index c769696..45f3342 100644
--- a/nls/fr_FR/Windowmenu.m
+++ b/nls/fr_FR/Windowmenu.m
@@ -18,3 +18,5 @@ $ #KillClient
18# Massacre 18# Massacre
19$ #Close 19$ #Close
20# Ferme 20# Ferme
21$ #Tab
22# Tab
diff --git a/nls/it_IT/Makefile.in b/nls/it_IT/Makefile.in
index f2a380f..549b632 100644
--- a/nls/it_IT/Makefile.in
+++ b/nls/it_IT/Makefile.in
@@ -104,9 +104,9 @@ GZIP_ENV = --best
104all: all-redirect 104all: all-redirect
105.SUFFIXES: 105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/it_IT/Makefile 107 cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/it_IT/Makefile
108 108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
110 cd $(top_builddir) \ 110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112 112
@@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
119subdir = nls/it_IT 119subdir = nls/it_IT
120 120
121distdir: $(DISTFILES) 121distdir: $(DISTFILES)
122 here=`cd $(top_builddir) && pwd`; \
123 top_distdir=`cd $(top_distdir) && pwd`; \
124 distdir=`cd $(distdir) && pwd`; \
125 cd $(top_srcdir) \
126 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/it_IT/Makefile
122 @for file in $(DISTFILES); do \ 127 @for file in $(DISTFILES); do \
123 d=$(srcdir); \ 128 d=$(srcdir); \
124 if test -d $$d/$$file; then \ 129 if test -d $$d/$$file; then \
diff --git a/nls/it_IT/Windowmenu.m b/nls/it_IT/Windowmenu.m
index 6752320..326956b 100644
--- a/nls/it_IT/Windowmenu.m
+++ b/nls/it_IT/Windowmenu.m
@@ -20,3 +20,5 @@ $ #KillClient
20# Killa Il Client 20# Killa Il Client
21$ #Close 21$ #Close
22# Chiudi 22# Chiudi
23$ #Tab
24# Tab
diff --git a/nls/pt_BR/Makefile.in b/nls/pt_BR/Makefile.in
index 42515d6..66fcc59 100644
--- a/nls/pt_BR/Makefile.in
+++ b/nls/pt_BR/Makefile.in
@@ -104,9 +104,9 @@ GZIP_ENV = --best
104all: all-redirect 104all: all-redirect
105.SUFFIXES: 105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/pt_BR/Makefile 107 cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/pt_BR/Makefile
108 108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
110 cd $(top_builddir) \ 110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112 112
@@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
119subdir = nls/pt_BR 119subdir = nls/pt_BR
120 120
121distdir: $(DISTFILES) 121distdir: $(DISTFILES)
122 here=`cd $(top_builddir) && pwd`; \
123 top_distdir=`cd $(top_distdir) && pwd`; \
124 distdir=`cd $(distdir) && pwd`; \
125 cd $(top_srcdir) \
126 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/pt_BR/Makefile
122 @for file in $(DISTFILES); do \ 127 @for file in $(DISTFILES); do \
123 d=$(srcdir); \ 128 d=$(srcdir); \
124 if test -d $$d/$$file; then \ 129 if test -d $$d/$$file; then \
diff --git a/nls/pt_BR/Windowmenu.m b/nls/pt_BR/Windowmenu.m
index fe81d4f..522adb9 100644
--- a/nls/pt_BR/Windowmenu.m
+++ b/nls/pt_BR/Windowmenu.m
@@ -18,3 +18,5 @@ $ #KillClient
18# Kill Cliente 18# Kill Cliente
19$ #Close 19$ #Close
20# Fechar 20# Fechar
21$ #Tab
22# Tab
diff --git a/nls/sv_SE/Makefile.in b/nls/sv_SE/Makefile.in
index ee2e99c..f5adc3e 100644
--- a/nls/sv_SE/Makefile.in
+++ b/nls/sv_SE/Makefile.in
@@ -104,9 +104,9 @@ GZIP_ENV = --best
104all: all-redirect 104all: all-redirect
105.SUFFIXES: 105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/sv_SE/Makefile 107 cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/sv_SE/Makefile
108 108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
110 cd $(top_builddir) \ 110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112 112
@@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
119subdir = nls/sv_SE 119subdir = nls/sv_SE
120 120
121distdir: $(DISTFILES) 121distdir: $(DISTFILES)
122 here=`cd $(top_builddir) && pwd`; \
123 top_distdir=`cd $(top_distdir) && pwd`; \
124 distdir=`cd $(distdir) && pwd`; \
125 cd $(top_srcdir) \
126 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/sv_SE/Makefile
122 @for file in $(DISTFILES); do \ 127 @for file in $(DISTFILES); do \
123 d=$(srcdir); \ 128 d=$(srcdir); \
124 if test -d $$d/$$file; then \ 129 if test -d $$d/$$file; then \
diff --git a/nls/sv_SE/Windowmenu.m b/nls/sv_SE/Windowmenu.m
index 25e61b4..fddc158 100644
--- a/nls/sv_SE/Windowmenu.m
+++ b/nls/sv_SE/Windowmenu.m
@@ -20,3 +20,5 @@ $ #KillClient
20# Döda klient 20# Döda klient
21$ #Close 21$ #Close
22# Stäng 22# Stäng
23$ #Tab
24# Flik
diff --git a/nls/tr_TR/Makefile.in b/nls/tr_TR/Makefile.in
index e6eac75..c2c152e 100644
--- a/nls/tr_TR/Makefile.in
+++ b/nls/tr_TR/Makefile.in
@@ -108,9 +108,9 @@ GZIP_ENV = --best
108all: all-redirect 108all: all-redirect
109.SUFFIXES: 109.SUFFIXES:
110$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 110$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
111 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/tr_TR/Makefile 111 cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/tr_TR/Makefile
112 112
113Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 113Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
114 cd $(top_builddir) \ 114 cd $(top_builddir) \
115 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 115 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
116 116
@@ -123,6 +123,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
123subdir = nls/tr_TR 123subdir = nls/tr_TR
124 124
125distdir: $(DISTFILES) 125distdir: $(DISTFILES)
126 here=`cd $(top_builddir) && pwd`; \
127 top_distdir=`cd $(top_distdir) && pwd`; \
128 distdir=`cd $(distdir) && pwd`; \
129 cd $(top_srcdir) \
130 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/tr_TR/Makefile
126 @for file in $(DISTFILES); do \ 131 @for file in $(DISTFILES); do \
127 d=$(srcdir); \ 132 d=$(srcdir); \
128 if test -d $$d/$$file; then \ 133 if test -d $$d/$$file; then \
diff --git a/nls/tr_TR/Windowmenu.m b/nls/tr_TR/Windowmenu.m
index c8b384c..f4da0b7 100644
--- a/nls/tr_TR/Windowmenu.m
+++ b/nls/tr_TR/Windowmenu.m
@@ -18,3 +18,5 @@ $ #KillClient
18# Öldür 18# Öldür
19$ #Close 19$ #Close
20# Kapat 20# Kapat
21$ #Tab
22# Tab