diff options
author | rathnor <rathnor> | 2003-10-04 12:44:47 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-10-04 12:44:47 (GMT) |
commit | 35fe2d5e128c1b13d34a5152945a1b8979401d6f (patch) | |
tree | ca52ca41b7a80acc290753d266b540b6a5c3eac4 /nls/bg_BG/Makefile.am | |
parent | 158b515e21f0f0154041cd5985ec38fe37c0e875 (diff) | |
download | fluxbox-35fe2d5e128c1b13d34a5152945a1b8979401d6f.zip fluxbox-35fe2d5e128c1b13d34a5152945a1b8979401d6f.tar.bz2 |
fix nls bad message errors
Diffstat (limited to 'nls/bg_BG/Makefile.am')
-rw-r--r-- | nls/bg_BG/Makefile.am | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/nls/bg_BG/Makefile.am b/nls/bg_BG/Makefile.am index e524853..b5710fb 100644 --- a/nls/bg_BG/Makefile.am +++ b/nls/bg_BG/Makefile.am | |||
@@ -1,4 +1,7 @@ | |||
1 | THE_LANG=bg_BG | 1 | # nls/bg_BG/Makefile.am for Fluxbox - an X11 Window Manager |
2 | |||
3 | THE_LANG = bg_BG | ||
4 | CODESET = ISO-8859-1 | ||
2 | 5 | ||
3 | NLSTEST = @NLS@ | 6 | NLSTEST = @NLS@ |
4 | CLEANFILES = fluxbox.cat | 7 | CLEANFILES = fluxbox.cat |
@@ -22,10 +25,10 @@ uninstall-local: | |||
22 | Translation.m: $(MFILES) | 25 | Translation.m: $(MFILES) |
23 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 26 | @if test x$(NLSTEST) = "x-DNLS"; then \ |
24 | rm -f Translation.m; \ | 27 | rm -f Translation.m; \ |
25 | awk -f ../convert.awk output=Translation.m $(MFILES); \ | 28 | awk -f ../convert.awk codeset=$(CODESET) output=Translation.m $(MFILES); \ |
26 | fi | 29 | fi |
27 | 30 | ||
28 | fluxbox.cat: Translation.m | 31 | fluxbox.cat: Translation.m |
29 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 32 | @if test x$(NLSTEST) = "x-DNLS"; then \ |
30 | LANG=bg_BG $(gencat_cmd) fluxbox.cat Translation.m; \ | 33 | LANG=$(THE_LANG) $(gencat_cmd) fluxbox.cat Translation.m; \ |
31 | fi | 34 | fi |