diff options
Diffstat (limited to 'nls/de_DE')
-rw-r--r-- | nls/de_DE/Makefile.am | 17 |
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 | |||
3 | THE_LANG = de_DE | ||
4 | CODESET = ISO-8859-1 | ||
2 | 5 | ||
3 | NLSTEST = @NLS@ | 6 | NLSTEST = @NLS@ |
4 | CLEANFILES = fluxbox.cat | 7 | CLEANFILES = fluxbox.cat |
@@ -10,15 +13,15 @@ all-local: fluxbox.cat | |||
10 | 13 | ||
11 | install-data-local: fluxbox.cat | 14 | install-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 | ||
18 | uninstall-local: | 21 | uninstall-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: | |||
28 | Translation.m: $(MFILES) | 31 | Translation.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 | ||
34 | fluxbox.cat: Translation.m | 37 | fluxbox.cat: Translation.m |