diff options
Diffstat (limited to 'nls/ru_RU/Makefile.am')
-rw-r--r-- | nls/ru_RU/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nls/ru_RU/Makefile.am b/nls/ru_RU/Makefile.am index a95d035..9ccbfb2 100644 --- a/nls/ru_RU/Makefile.am +++ b/nls/ru_RU/Makefile.am | |||
@@ -20,10 +20,11 @@ uninstall-local: | |||
20 | 20 | ||
21 | Translation.m: $(MFILES) | 21 | Translation.m: $(MFILES) |
22 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 22 | @if test x$(NLSTEST) = "x-DNLS"; then \ |
23 | rm -f Translation.m; \ | ||
23 | awk -f ../convert.awk output=Translation.m $(MFILES); \ | 24 | awk -f ../convert.awk output=Translation.m $(MFILES); \ |
24 | fi | 25 | fi |
25 | 26 | ||
26 | blackbox.cat: Translation.m | 27 | blackbox.cat: Translation.m |
27 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 28 | @if test x$(NLSTEST) = "x-DNLS"; then \ |
28 | $(gencat_cmd) blackbox.cat Translation.m; \ | 29 | LANG=ru_RU $(gencat_cmd) blackbox.cat Translation.m; \ |
29 | fi | 30 | fi |