aboutsummaryrefslogtreecommitdiff
path: root/nls/bg_BG
diff options
context:
space:
mode:
Diffstat (limited to 'nls/bg_BG')
-rw-r--r--nls/bg_BG/Makefile.am9
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 @@
1THE_LANG=bg_BG 1# nls/bg_BG/Makefile.am for Fluxbox - an X11 Window Manager
2
3THE_LANG = bg_BG
4CODESET = ISO-8859-1
2 5
3NLSTEST = @NLS@ 6NLSTEST = @NLS@
4CLEANFILES = fluxbox.cat 7CLEANFILES = fluxbox.cat
@@ -22,10 +25,10 @@ uninstall-local:
22Translation.m: $(MFILES) 25Translation.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
28fluxbox.cat: Translation.m 31fluxbox.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