diff options
author | unknown <unknown> | 2002-01-11 11:59:54 (GMT) |
---|---|---|
committer | unknown <unknown> | 2002-01-11 11:59:54 (GMT) |
commit | 61661d638e34b3ce6c986d5a53b8c08c1051d422 (patch) | |
tree | f0b87676e95070afee163f76902efd0c4d5b5fe6 /nls/sv_SE/Makefile.in | |
parent | f98c3c9045397bd9497621deb55b310366f8a5de (diff) | |
parent | a3d2a1cf0a5ab724e19a91915fe97842f52260d5 (diff) | |
download | fluxbox-61661d638e34b3ce6c986d5a53b8c08c1051d422.zip fluxbox-61661d638e34b3ce6c986d5a53b8c08c1051d422.tar.bz2 |
This commit was manufactured by cvs2svn to create tagRelease-0_1_6
'Release-0_1_6'.
Diffstat (limited to 'nls/sv_SE/Makefile.in')
-rw-r--r-- | nls/sv_SE/Makefile.in | 9 |
1 files changed, 7 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 \ |