aboutsummaryrefslogtreecommitdiff
path: root/nls/es_ES/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'nls/es_ES/Makefile.am')
-rw-r--r--nls/es_ES/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/nls/es_ES/Makefile.am b/nls/es_ES/Makefile.am
index 5856c87..d7d2f02 100644
--- a/nls/es_ES/Makefile.am
+++ b/nls/es_ES/Makefile.am
@@ -23,10 +23,11 @@ uninstall-local:
23 23
24Translation.m: $(MFILES) 24Translation.m: $(MFILES)
25 @if test x$(NLSTEST) = "x-DNLS"; then \ 25 @if test x$(NLSTEST) = "x-DNLS"; then \
26 rm -f Translation.m; \
26 awk -f ../convert.awk output=Translation.m $(MFILES); \ 27 awk -f ../convert.awk output=Translation.m $(MFILES); \
27 fi 28 fi
28 29
29blackbox.cat: Translation.m 30blackbox.cat: Translation.m
30 @if test x$(NLSTEST) = "x-DNLS"; then \ 31 @if test x$(NLSTEST) = "x-DNLS"; then \
31 $(gencat_cmd) blackbox.cat Translation.m; \ 32 LANG=es_ES $(gencat_cmd) blackbox.cat Translation.m; \
32 fi 33 fi