diff options
author | fluxgen <fluxgen> | 2001-12-17 19:49:45 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2001-12-17 19:49:45 (GMT) |
commit | 07b8a8041c169fdb858a051bf431d643c7ae84b4 (patch) | |
tree | cb52f07025f9370a39110017cb392118d8a51816 /nls/sv_SE | |
parent | 597822f9391d342cb2a321d7b46c2ca468d7abe7 (diff) | |
download | fluxbox-07b8a8041c169fdb858a051bf431d643c7ae84b4.zip fluxbox-07b8a8041c169fdb858a051bf431d643c7ae84b4.tar.bz2 |
update
Diffstat (limited to 'nls/sv_SE')
-rw-r--r-- | nls/sv_SE/Makefile.in | 9 | ||||
-rw-r--r-- | nls/sv_SE/Windowmenu.m | 2 |
2 files changed, 9 insertions, 2 deletions
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 | |||
104 | all: all-redirect | 104 | all: 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 | ||
109 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 109 | Makefile: $(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) | |||
119 | subdir = nls/sv_SE | 119 | subdir = nls/sv_SE |
120 | 120 | ||
121 | distdir: $(DISTFILES) | 121 | distdir: $(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 | ||