aboutsummaryrefslogtreecommitdiff
path: root/nls/de_DE
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-10-04 12:44:47 (GMT)
committerrathnor <rathnor>2003-10-04 12:44:47 (GMT)
commit35fe2d5e128c1b13d34a5152945a1b8979401d6f (patch)
treeca52ca41b7a80acc290753d266b540b6a5c3eac4 /nls/de_DE
parent158b515e21f0f0154041cd5985ec38fe37c0e875 (diff)
downloadfluxbox-35fe2d5e128c1b13d34a5152945a1b8979401d6f.zip
fluxbox-35fe2d5e128c1b13d34a5152945a1b8979401d6f.tar.bz2
fix nls bad message errors
Diffstat (limited to 'nls/de_DE')
-rw-r--r--nls/de_DE/Makefile.am17
1 files changed, 10 insertions, 7 deletions
diff --git a/nls/de_DE/Makefile.am b/nls/de_DE/Makefile.am
index 08cee33..de320ba 100644
--- a/nls/de_DE/Makefile.am
+++ b/nls/de_DE/Makefile.am
@@ -1,4 +1,7 @@
1# nls/de_DE/Makefile.am for fluxbox - fluxbox.sf.net 1# nls/de_DE/Makefile.am for Fluxbox - fluxbox.sf.net
2
3THE_LANG = de_DE
4CODESET = ISO-8859-1
2 5
3NLSTEST = @NLS@ 6NLSTEST = @NLS@
4CLEANFILES = fluxbox.cat 7CLEANFILES = fluxbox.cat
@@ -10,15 +13,15 @@ all-local: fluxbox.cat
10 13
11install-data-local: fluxbox.cat 14install-data-local: fluxbox.cat
12 @if test x$(NLSTEST) = "x-DNLS"; then \ 15 @if test x$(NLSTEST) = "x-DNLS"; then \
13 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/de_DE"; \ 16 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)"; \
14 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/de_DE; \ 17 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \
15 $(INSTALL_DATA) fluxbox.cat $(DESTDIR)$(pkgdatadir)/nls/de_DE; \ 18 $(INSTALL_DATA) fluxbox.cat $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \
16 fi 19 fi
17 20
18uninstall-local: 21uninstall-local:
19 @if test x$(NLSTEST) = "x-DNLS"; then \ 22 @if test x$(NLSTEST) = "x-DNLS"; then \
20 rm -f $(DESTDIR)$(pkgdatadir)/nls/de_DE/fluxbox.cat; \ 23 rm -f $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)/fluxbox.cat; \
21 rmdir $(DESTDIR)$(pkgdatadir)/nls/de_DE; \ 24 rmdir $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \
22 fi 25 fi
23 26
24# note... when adding new catalogs... you do not need the 27# note... when adding new catalogs... you do not need the
@@ -28,7 +31,7 @@ uninstall-local:
28Translation.m: $(MFILES) 31Translation.m: $(MFILES)
29 @if test x$(NLSTEST) = "x-DNLS"; then \ 32 @if test x$(NLSTEST) = "x-DNLS"; then \
30 rm -f Translation.m; \ 33 rm -f Translation.m; \
31 awk -f ../convert.awk output=Translation.m $(MFILES); \ 34 awk -f ../convert.awk codeset=$(CODESET) output=Translation.m $(MFILES); \
32 fi 35 fi
33 36
34fluxbox.cat: Translation.m 37fluxbox.cat: Translation.m